diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md index aa1deb61b..3e6fa2404 100644 --- a/docs/inference-providers/providers/hf-inference.md +++ b/docs/inference-providers/providers/hf-inference.md @@ -153,7 +153,7 @@ Find out more about Text Classification [here](../tasks/text_classification). diff --git a/docs/inference-providers/providers/novita.md b/docs/inference-providers/providers/novita.md index 553f0eb30..b41ad8012 100644 --- a/docs/inference-providers/providers/novita.md +++ b/docs/inference-providers/providers/novita.md @@ -62,7 +62,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 ce4ff7f99..4fe982a60 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 460115529..a810c9192 100644 --- a/docs/inference-providers/tasks/image-text-to-text.md +++ b/docs/inference-providers/tasks/image-text-to-text.md @@ -33,7 +33,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 1202d5f48..5e30ee191 100644 --- a/docs/inference-providers/tasks/text-classification.md +++ b/docs/inference-providers/tasks/text-classification.md @@ -34,7 +34,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 b3c2c7797..f12b7b38c 100644 --- a/scripts/inference-providers/package.json +++ b/scripts/inference-providers/package.json @@ -14,8 +14,8 @@ "author": "", "license": "ISC", "dependencies": { - "@huggingface/inference": "^4.6.1", - "@huggingface/tasks": "^0.19.34", + "@huggingface/inference": "^4.7.0", + "@huggingface/tasks": "^0.19.35", "@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 c87fc71dc..ec6182413 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.6.1 - version: 4.6.1 + specifier: ^4.7.0 + version: 4.7.0 '@huggingface/tasks': - specifier: ^0.19.34 - version: 0.19.34 + specifier: ^0.19.35 + version: 0.19.35 '@types/node': specifier: ^22.5.0 version: 22.5.0 @@ -189,16 +189,16 @@ packages: cpu: [x64] os: [win32] - '@huggingface/inference@4.6.1': - resolution: {integrity: sha512-GjEYAoW88rZKthi4OTP+Lq0yi82MywVKEKm2zLDR6BePCinpDyhTPracDPBXSl4guxenYKcoKmitFjqS/zk/sg==} + '@huggingface/inference@4.7.0': + resolution: {integrity: sha512-Y/M/aHMRkTRoX4EHfcFgzkFXi5J6kU+5RC5HLeMduSyLgUVCiJ9tBWjEnEsTo3UL8xI2caRakXu6REd1m1YeTA==} engines: {node: '>=18'} '@huggingface/jinja@0.5.1': resolution: {integrity: sha512-yUZLld4lrM9iFxHCwFQ7D1HW2MWMwSbeB7WzWqFYDWK+rEb+WldkLdAJxUPOmgICMHZLzZGVcVjFh3w/YGubng==} engines: {node: '>=18'} - '@huggingface/tasks@0.19.34': - resolution: {integrity: sha512-dIl3jyeddCEFJeogJOcbhfIq1tlo3N9K4EAxG/MfkGL0l7hI2kfs91Ut+1h6i09TQM8A9XM91NV7Jz6PgfWE7Q==} + '@huggingface/tasks@0.19.35': + resolution: {integrity: sha512-AUdvL3+4hM0SjcHqNBbPQpvrdI7u1sc4zFCi6NxxbqghMCTgtLbP49VOB8mJL71uGlPfxkdhLw2o2rUPpEPoTg==} '@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.6.1': + '@huggingface/inference@4.7.0': dependencies: '@huggingface/jinja': 0.5.1 - '@huggingface/tasks': 0.19.34 + '@huggingface/tasks': 0.19.35 '@huggingface/jinja@0.5.1': {} - '@huggingface/tasks@0.19.34': {} + '@huggingface/tasks@0.19.35': {} '@jridgewell/resolve-uri@3.1.2': {}