Skip to content

Commit afe30cf

Browse files
committed
Merge branch 'main' into document-python-text-to-image-snippet
2 parents 46027fe + 27b995d commit afe30cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@huggingface/tasks",
33
"packageManager": "[email protected]",
4-
"version": "0.12.30",
4+
"version": "0.13.0",
55
"description": "List of ML tasks for huggingface.co/tasks",
66
"repository": "https://github.com/huggingface/huggingface.js.git",
77
"publishConfig": {

packages/tasks/src/model-libraries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
480480
prettyLabel: "open-oasis",
481481
repoName: "open-oasis",
482482
repoUrl: "https://github.com/etched-ai/open-oasis",
483-
countDownloads: `path:"oasis500m.pt"`,
483+
countDownloads: `path:"oasis500m.safetensors"`,
484484
},
485485
open_clip: {
486486
prettyLabel: "OpenCLIP",

0 commit comments

Comments
 (0)