@huggingface/tasks 0.16.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -879,7 +879,7 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
879
879
  repoName: "YOLOv10",
880
880
  repoUrl: "https://github.com/THU-MIG/yolov10",
881
881
  docsUrl: "https://github.com/THU-MIG/yolov10",
882
- countDownloads: `path_extension:"pt"`,
882
+ countDownloads: `path_extension:"pt" OR path_extension:"safetensors"`,
883
883
  snippets: snippets.ultralytics,
884
884
  },
885
885
  "3dtopia-xl": {
@@ -853,7 +853,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
853
853
  repoName: "YOLOv10",
854
854
  repoUrl: "https://github.com/THU-MIG/yolov10",
855
855
  docsUrl: "https://github.com/THU-MIG/yolov10",
856
- countDownloads: `path_extension:"pt"`,
856
+ countDownloads: `path_extension:"pt" OR path_extension:"safetensors"`,
857
857
  snippets: snippets.ultralytics,
858
858
  },
859
859
  "3dtopia-xl": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@huggingface/tasks",
3
3
  "packageManager": "pnpm@8.10.5",
4
- "version": "0.16.0",
4
+ "version": "0.16.1",
5
5
  "description": "List of ML tasks for huggingface.co/tasks",
6
6
  "repository": "https://github.com/huggingface/huggingface.js.git",
7
7
  "publishConfig": {
@@ -897,7 +897,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
897
897
  repoName: "YOLOv10",
898
898
  repoUrl: "https://github.com/THU-MIG/yolov10",
899
899
  docsUrl: "https://github.com/THU-MIG/yolov10",
900
- countDownloads: `path_extension:"pt"`,
900
+ countDownloads: `path_extension:"pt" OR path_extension:"safetensors"`,
901
901
  snippets: snippets.ultralytics,
902
902
  },
903
903
  "3dtopia-xl": {