We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46027fe + 27b995d commit afe30cfCopy full SHA for afe30cf
packages/tasks/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@huggingface/tasks",
3
"packageManager": "[email protected]",
4
- "version": "0.12.30",
+ "version": "0.13.0",
5
"description": "List of ML tasks for huggingface.co/tasks",
6
"repository": "https://github.com/huggingface/huggingface.js.git",
7
"publishConfig": {
packages/tasks/src/model-libraries.ts
@@ -480,7 +480,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
480
prettyLabel: "open-oasis",
481
repoName: "open-oasis",
482
repoUrl: "https://github.com/etched-ai/open-oasis",
483
- countDownloads: `path:"oasis500m.pt"`,
+ countDownloads: `path:"oasis500m.safetensors"`,
484
},
485
open_clip: {
486
prettyLabel: "OpenCLIP",
0 commit comments