Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
machineuser
commited on
Commit
•
a8f4ccf
1
Parent(s):
32d7cd6
Sync widgets demo
Browse files
packages/tasks/src/model-libraries.ts
CHANGED
@@ -373,6 +373,14 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
373 |
wildcard: { path: "*.sentis" },
|
374 |
},
|
375 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
376 |
} satisfies Record<string, LibraryUiElement>;
|
377 |
|
378 |
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|
|
|
373 |
wildcard: { path: "*.sentis" },
|
374 |
},
|
375 |
},
|
376 |
+
whisperkit: {
|
377 |
+
prettyLabel: "WhisperKit",
|
378 |
+
repoName: "WhisperKit",
|
379 |
+
repoUrl: "https://github.com/argmaxinc/WhisperKit",
|
380 |
+
countDownloads: {
|
381 |
+
wildcard: { path: "*/model.mil" },
|
382 |
+
},
|
383 |
+
},
|
384 |
} satisfies Record<string, LibraryUiElement>;
|
385 |
|
386 |
export type ModelLibraryKey = keyof typeof MODEL_LIBRARIES_UI_ELEMENTS;
|