@huggingface/tasks 0.21.15 → 0.21.16

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.
@@ -1045,7 +1045,7 @@ exports.MODEL_LIBRARIES_UI_ELEMENTS = {
1045
1045
  docsUrl: "https://www.paddleocr.ai/",
1046
1046
  snippets: snippets.paddleocr,
1047
1047
  filter: true,
1048
- countDownloads: `path_extension:"safetensors" OR path:"inference.pdiparams"`,
1048
+ countDownloads: `path_extension:"safetensors" OR path:"inference.pdiparams" OR path:"inference.onnx"`,
1049
1049
  },
1050
1050
  peft: {
1051
1051
  prettyLabel: "PEFT",
@@ -1009,7 +1009,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
1009
1009
  docsUrl: "https://www.paddleocr.ai/",
1010
1010
  snippets: snippets.paddleocr,
1011
1011
  filter: true,
1012
- countDownloads: `path_extension:"safetensors" OR path:"inference.pdiparams"`,
1012
+ countDownloads: `path_extension:"safetensors" OR path:"inference.pdiparams" OR path:"inference.onnx"`,
1013
1013
  },
1014
1014
  peft: {
1015
1015
  prettyLabel: "PEFT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huggingface/tasks",
3
- "version": "0.21.15",
3
+ "version": "0.21.16",
4
4
  "description": "List of ML tasks for huggingface.co/tasks",
5
5
  "keywords": [
6
6
  "hub",
@@ -1053,7 +1053,7 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
1053
1053
  docsUrl: "https://www.paddleocr.ai/",
1054
1054
  snippets: snippets.paddleocr,
1055
1055
  filter: true,
1056
- countDownloads: `path_extension:"safetensors" OR path:"inference.pdiparams"`,
1056
+ countDownloads: `path_extension:"safetensors" OR path:"inference.pdiparams" OR path:"inference.onnx"`,
1057
1057
  },
1058
1058
  peft: {
1059
1059
  prettyLabel: "PEFT",