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.
1 parent c22681b commit 5e4beabCopy full SHA for 5e4beab
packages/tasks/src/model-libraries.ts
@@ -897,7 +897,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
897
repoName: "YOLOv10",
898
repoUrl: "https://github.com/THU-MIG/yolov10",
899
docsUrl: "https://github.com/THU-MIG/yolov10",
900
- countDownloads: `path_extension:"pt"`,
+ countDownloads: `path_extension:"pt" OR path_extension:"safetensors"`,
901
snippets: snippets.ultralytics,
902
},
903
"3dtopia-xl": {
0 commit comments