You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Windows, install with the `--winml` flag to enable automatic execution provider management. The SDK will automatically discover, download, and register hardware-specific execution providers (e.g., Qualcomm QNN for NPU acceleration) via the Windows App Runtime — no manual driver or EP setup required.
Each `Model` can have multiple variants (different quantizations or formats). The SDK automatically selects the best available variant, preferring cached versions.
90
112
91
113
```typescript
92
-
const model =awaitcatalog.getModel('phi-3-mini');
114
+
const model =awaitcatalog.getModel('qwen2.5-0.5b');
93
115
94
116
// Download if not cached (with optional progress tracking)
0 commit comments