@huggingface/tasks 0.17.1 → 0.17.2
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.
|
@@ -380,7 +380,7 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
380
380
|
prettyLabel: "Hunyuan3D-2",
|
|
381
381
|
repoName: "Hunyuan3D-2",
|
|
382
382
|
repoUrl: "https://github.com/Tencent/Hunyuan3D-2",
|
|
383
|
-
countDownloads: `
|
|
383
|
+
countDownloads: `path_filename:"model_index" OR path_filename:"config"`,
|
|
384
384
|
},
|
|
385
385
|
imstoucan: {
|
|
386
386
|
prettyLabel: "IMS Toucan",
|
|
@@ -354,7 +354,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
354
354
|
prettyLabel: "Hunyuan3D-2",
|
|
355
355
|
repoName: "Hunyuan3D-2",
|
|
356
356
|
repoUrl: "https://github.com/Tencent/Hunyuan3D-2",
|
|
357
|
-
countDownloads: `
|
|
357
|
+
countDownloads: `path_filename:"model_index" OR path_filename:"config"`,
|
|
358
358
|
},
|
|
359
359
|
imstoucan: {
|
|
360
360
|
prettyLabel: "IMS Toucan",
|
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.17.
|
|
4
|
+
"version": "0.17.2",
|
|
5
5
|
"description": "List of ML tasks for huggingface.co/tasks",
|
|
6
6
|
"repository": "https://github.com/huggingface/huggingface.js.git",
|
|
7
7
|
"publishConfig": {
|
package/src/model-libraries.ts
CHANGED
|
@@ -398,7 +398,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
|
|
|
398
398
|
prettyLabel: "Hunyuan3D-2",
|
|
399
399
|
repoName: "Hunyuan3D-2",
|
|
400
400
|
repoUrl: "https://github.com/Tencent/Hunyuan3D-2",
|
|
401
|
-
countDownloads: `
|
|
401
|
+
countDownloads: `path_filename:"model_index" OR path_filename:"config"`,
|
|
402
402
|
},
|
|
403
403
|
imstoucan: {
|
|
404
404
|
prettyLabel: "IMS Toucan",
|