diff --git a/docs/inference-providers/providers/cohere.md b/docs/inference-providers/providers/cohere.md index 2d4ae02fd..45efe8dc6 100644 --- a/docs/inference-providers/providers/cohere.md +++ b/docs/inference-providers/providers/cohere.md @@ -49,7 +49,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md index 7a6399598..6a3149ec2 100644 --- a/docs/inference-providers/providers/hf-inference.md +++ b/docs/inference-providers/providers/hf-inference.md @@ -80,7 +80,7 @@ Find out more about Fill Mask [here](../tasks/fill_mask). @@ -150,7 +150,7 @@ Find out more about Text Classification [here](../tasks/text_classification). @@ -170,7 +170,7 @@ Find out more about Text To Image [here](../tasks/text_to_image). diff --git a/docs/inference-providers/providers/novita.md b/docs/inference-providers/providers/novita.md index f6fdc76c3..46b716591 100644 --- a/docs/inference-providers/providers/novita.md +++ b/docs/inference-providers/providers/novita.md @@ -49,7 +49,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). @@ -59,7 +59,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/providers/replicate.md b/docs/inference-providers/providers/replicate.md index e8ac73e3d..706e36f26 100644 --- a/docs/inference-providers/providers/replicate.md +++ b/docs/inference-providers/providers/replicate.md @@ -57,7 +57,7 @@ Find out more about Image To Image [here](../tasks/image_to_image). diff --git a/docs/inference-providers/providers/zai-org.md b/docs/inference-providers/providers/zai-org.md index 60f0075f7..8a49a4285 100644 --- a/docs/inference-providers/providers/zai-org.md +++ b/docs/inference-providers/providers/zai-org.md @@ -56,7 +56,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md index 4955fb25e..8d70565c4 100644 --- a/docs/inference-providers/tasks/chat-completion.md +++ b/docs/inference-providers/tasks/chat-completion.md @@ -64,7 +64,7 @@ The API supports: @@ -74,7 +74,7 @@ conversational /> diff --git a/docs/inference-providers/tasks/fill-mask.md b/docs/inference-providers/tasks/fill-mask.md index 3e68afc3e..ecec736ae 100644 --- a/docs/inference-providers/tasks/fill-mask.md +++ b/docs/inference-providers/tasks/fill-mask.md @@ -31,7 +31,7 @@ Explore all available models and find the one that suits you best [here](https:/ diff --git a/docs/inference-providers/tasks/image-classification.md b/docs/inference-providers/tasks/image-classification.md index 2f2b72e30..8fa784a7d 100644 --- a/docs/inference-providers/tasks/image-classification.md +++ b/docs/inference-providers/tasks/image-classification.md @@ -24,7 +24,6 @@ Image classification is the task of assigning a label or class to an entire imag - [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224): A strong image classification model. - [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224): A robust image classification model. -- [facebook/convnext-large-224](https://huggingface.co/facebook/convnext-large-224): A strong image classification model. Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=image-classification&sort=trending). diff --git a/docs/inference-providers/tasks/image-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md index c48c94597..d05b9a0a9 100644 --- a/docs/inference-providers/tasks/image-text-to-text.md +++ b/docs/inference-providers/tasks/image-text-to-text.md @@ -31,7 +31,7 @@ Explore all available models and find the one that suits you best [here](https:/ diff --git a/docs/inference-providers/tasks/image-to-image.md b/docs/inference-providers/tasks/image-to-image.md index ed9a19b8e..880c99330 100644 --- a/docs/inference-providers/tasks/image-to-image.md +++ b/docs/inference-providers/tasks/image-to-image.md @@ -37,7 +37,7 @@ Explore all available models and find the one that suits you best [here](https:/ diff --git a/docs/inference-providers/tasks/text-classification.md b/docs/inference-providers/tasks/text-classification.md index f1234fca5..207e11d88 100644 --- a/docs/inference-providers/tasks/text-classification.md +++ b/docs/inference-providers/tasks/text-classification.md @@ -35,7 +35,7 @@ Explore all available models and find the one that suits you best [here](https:/ diff --git a/docs/inference-providers/tasks/text-to-image.md b/docs/inference-providers/tasks/text-to-image.md index 48a186e0d..31c8bddad 100644 --- a/docs/inference-providers/tasks/text-to-image.md +++ b/docs/inference-providers/tasks/text-to-image.md @@ -34,7 +34,7 @@ Explore all available models and find the one that suits you best [here](https:/ diff --git a/docs/inference-providers/tasks/translation.md b/docs/inference-providers/tasks/translation.md index d3039680d..1db61c394 100644 --- a/docs/inference-providers/tasks/translation.md +++ b/docs/inference-providers/tasks/translation.md @@ -22,7 +22,6 @@ Translation is the task of converting text from one language to another. ### Recommended models -- [google-t5/t5-base](https://huggingface.co/google-t5/t5-base): A general-purpose Transformer that can be used to translate from English to German, French, or Romanian. Explore all available models and find the one that suits you best [here](https://huggingface.co/models?inference=warm&pipeline_tag=translation&sort=trending). diff --git a/scripts/inference-providers/package.json b/scripts/inference-providers/package.json index 9ce2c664c..dd5cc6dc5 100644 --- a/scripts/inference-providers/package.json +++ b/scripts/inference-providers/package.json @@ -14,8 +14,8 @@ "author": "", "license": "ISC", "dependencies": { - "@huggingface/inference": "^4.11.2", - "@huggingface/tasks": "^0.19.51", + "@huggingface/inference": "^4.11.3", + "@huggingface/tasks": "^0.19.52", "@types/node": "^22.5.0", "handlebars": "^4.7.8", "node": "^20.17.0", diff --git a/scripts/inference-providers/pnpm-lock.yaml b/scripts/inference-providers/pnpm-lock.yaml index 47567fbbb..a61846325 100644 --- a/scripts/inference-providers/pnpm-lock.yaml +++ b/scripts/inference-providers/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: dependencies: '@huggingface/inference': - specifier: ^4.11.2 - version: 4.11.2 + specifier: ^4.11.3 + version: 4.11.3 '@huggingface/tasks': - specifier: ^0.19.51 - version: 0.19.51 + specifier: ^0.19.52 + version: 0.19.52 '@types/node': specifier: ^22.5.0 version: 22.5.0 @@ -189,16 +189,16 @@ packages: cpu: [x64] os: [win32] - '@huggingface/inference@4.11.2': - resolution: {integrity: sha512-iaEtIoRxSlHlnJgQpr4uCB7H0qxkYqMP1DLHikOGvdha5m/eZduK8xzACihiQnhwZV6HJf48Y8ssB6jDwzgWGw==} + '@huggingface/inference@4.11.3': + resolution: {integrity: sha512-Fqpj89DuB6i9j+cos9i0bfUKlpx5NFFsmvED0OAdE1gUSTHR86GpUZ0xkKy58IYXV1yFyHLFxQaOn0XDmD2m7Q==} engines: {node: '>=18'} '@huggingface/jinja@0.5.1': resolution: {integrity: sha512-yUZLld4lrM9iFxHCwFQ7D1HW2MWMwSbeB7WzWqFYDWK+rEb+WldkLdAJxUPOmgICMHZLzZGVcVjFh3w/YGubng==} engines: {node: '>=18'} - '@huggingface/tasks@0.19.51': - resolution: {integrity: sha512-lef1aJTL1CGzRuMqw0OdF14t++izOzl+zS6ItBSyKjWm5NhE0PTOtyu43/wbFTeHz5NpNQVjgjKKSvysODbrKA==} + '@huggingface/tasks@0.19.52': + resolution: {integrity: sha512-ERporbPcWOeeN22PG3UoC3n/kgk50/Gn03A1NPwO2fqlzaP01ADug0DazPi8W3HandT6LHycv7tAjo+sCOBRtw==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} @@ -415,14 +415,14 @@ snapshots: '@esbuild/win32-x64@0.23.1': optional: true - '@huggingface/inference@4.11.2': + '@huggingface/inference@4.11.3': dependencies: '@huggingface/jinja': 0.5.1 - '@huggingface/tasks': 0.19.51 + '@huggingface/tasks': 0.19.52 '@huggingface/jinja@0.5.1': {} - '@huggingface/tasks@0.19.51': {} + '@huggingface/tasks@0.19.52': {} '@jridgewell/resolve-uri@3.1.2': {}