Skip to content

Commit 801384c

Browse files
authored
Track oasi .safetensors instead of .pt
1 parent bc7381c commit 801384c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)