diff --git a/docs/inference-providers/providers/novita.md b/docs/inference-providers/providers/novita.md index 47cf4d6f6..d8590e251 100644 --- a/docs/inference-providers/providers/novita.md +++ b/docs/inference-providers/providers/novita.md @@ -59,7 +59,7 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md index 8fba8af8c..1fb380a09 100644 --- a/docs/inference-providers/tasks/chat-completion.md +++ b/docs/inference-providers/tasks/chat-completion.md @@ -74,7 +74,7 @@ conversational /> diff --git a/docs/inference-providers/tasks/image-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md index d31105008..3153eca6b 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/scripts/inference-providers/package.json b/scripts/inference-providers/package.json index 597b457bf..cdcda9f4c 100644 --- a/scripts/inference-providers/package.json +++ b/scripts/inference-providers/package.json @@ -14,7 +14,7 @@ "author": "", "license": "ISC", "dependencies": { - "@huggingface/inference": "^4.9.0", + "@huggingface/inference": "^4.10.0", "@huggingface/tasks": "^0.19.49", "@types/node": "^22.5.0", "handlebars": "^4.7.8", diff --git a/scripts/inference-providers/pnpm-lock.yaml b/scripts/inference-providers/pnpm-lock.yaml index f306b9703..b68b01ea5 100644 --- a/scripts/inference-providers/pnpm-lock.yaml +++ b/scripts/inference-providers/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@huggingface/inference': - specifier: ^4.9.0 - version: 4.9.0 + specifier: ^4.10.0 + version: 4.10.0 '@huggingface/tasks': specifier: ^0.19.49 version: 0.19.49 @@ -189,8 +189,8 @@ packages: cpu: [x64] os: [win32] - '@huggingface/inference@4.9.0': - resolution: {integrity: sha512-ajT+7fs2648pfCEeJOxBRFnXuAAQO8Tw3ArrQbCija7rUjOotK2wxu4tK2VzIsx3UwsxgEFSpnpYi+Cyu19IUg==} + '@huggingface/inference@4.10.0': + resolution: {integrity: sha512-JsN7UtM0dUPi0PAHpyFBXqU4o7s31agLGSURpGyBslC5n3Ye4z673TVv7xoWa1k5+nTopjiDIP9F2eDJXcjJdA==} engines: {node: '>=18'} '@huggingface/jinja@0.5.1': @@ -415,7 +415,7 @@ snapshots: '@esbuild/win32-x64@0.23.1': optional: true - '@huggingface/inference@4.9.0': + '@huggingface/inference@4.10.0': dependencies: '@huggingface/jinja': 0.5.1 '@huggingface/tasks': 0.19.49