microsoft / webnn-developer-preview

MIT License
38 stars 7 forks source link

Add known compatible Chromium version for demos #30

Closed ibelem closed 3 weeks ago

ibelem commented 3 weeks ago
const KNOWN_COMPATIBLE_CHROMIUM_VERSION = {
  'stable-diffusion-1.5': '129.0.6617.0',
  'sd-turbo': '129.0.6617.0',
  'segment-anything': '129.0.6617.0',
  'whisper-base': '129.0.6617.0',
  'image-classification': '129.0.6617.0'
}

@fdwr @Adele101 PTAL

Screenshot 2024-08-16 111133 Screenshot 2024-08-16 111217

ibelem commented 3 weeks ago

@fdwr Thanks for the great suggestion, passing the key name to the function call instead of the path name check, PTAL.

fdwr commented 3 weeks ago

FYI @Adele101, merging since you're OOF.