From f54b5a12b34ca17672c3ae100c2fde07dc6bd666 Mon Sep 17 00:00:00 2001
From: Wauplin <11801849+Wauplin@users.noreply.github.com>
Date: Tue, 23 Jun 2026 04:28:53 +0000
Subject: [PATCH] Update Inference Providers documentation (automated)
---
docs/inference-providers/providers/cohere.md | 2 +-
docs/inference-providers/providers/hf-inference.md | 2 +-
docs/inference-providers/tasks/chat-completion.md | 2 +-
docs/inference-providers/tasks/image-text-to-text.md | 2 +-
.../tasks/zero-shot-classification.md | 2 +-
scripts/inference-providers/package.json | 2 +-
scripts/inference-providers/pnpm-lock.yaml | 12 ++++++------
7 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/docs/inference-providers/providers/cohere.md b/docs/inference-providers/providers/cohere.md
index 98f9eaf5cc..e2ddffa6fb 100644
--- a/docs/inference-providers/providers/cohere.md
+++ b/docs/inference-providers/providers/cohere.md
@@ -59,6 +59,6 @@ Find out more about Chat Completion (VLM) [here](../tasks/chat-completion).
diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md
index e89c1c4091..d96c960382 100644
--- a/docs/inference-providers/providers/hf-inference.md
+++ b/docs/inference-providers/providers/hf-inference.md
@@ -200,6 +200,6 @@ Find out more about Zero Shot Classification [here](../tasks/zero-shot-classific
diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md
index 8dafc1ed90..f29c43d63a 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 ffab52a2fe..0c404cb471 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/zero-shot-classification.md b/docs/inference-providers/tasks/zero-shot-classification.md
index bffe89e72b..80874e7ed3 100644
--- a/docs/inference-providers/tasks/zero-shot-classification.md
+++ b/docs/inference-providers/tasks/zero-shot-classification.md
@@ -32,7 +32,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 cc71a4b19d..80dc72fa0e 100644
--- a/scripts/inference-providers/package.json
+++ b/scripts/inference-providers/package.json
@@ -15,7 +15,7 @@
"license": "ISC",
"dependencies": {
"@huggingface/inference": "^4.13.19",
- "@huggingface/tasks": "^0.21.13",
+ "@huggingface/tasks": "^0.21.16",
"@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 9761dc18f2..43680ba8d4 100644
--- a/scripts/inference-providers/pnpm-lock.yaml
+++ b/scripts/inference-providers/pnpm-lock.yaml
@@ -12,8 +12,8 @@ importers:
specifier: ^4.13.19
version: 4.13.19
'@huggingface/tasks':
- specifier: ^0.21.13
- version: 0.21.13
+ specifier: ^0.21.16
+ version: 0.21.16
'@types/node':
specifier: ^22.5.0
version: 22.5.0
@@ -197,8 +197,8 @@ packages:
resolution: {integrity: sha512-uWTG+l3VJRsl7EXxYizuL3P+cCPoc3cRqbWWRcQN0FhejRfbdq0RNhCmbY/YDtnTcz9icdLYuLDjsnz4d8JMuw==}
engines: {node: '>=18'}
- '@huggingface/tasks@0.21.13':
- resolution: {integrity: sha512-zW8gImE4dzConGeZdlGiLdTgb/mbFuuDdBNEe9fDsx8rv3KsG0OfDp0UY48+cYp/ZxYsBzNr890W22cKLvDLfA==}
+ '@huggingface/tasks@0.21.16':
+ resolution: {integrity: sha512-MJeUZTHEwW7FOBnSNGaVfWSEMJ/lM47O3cI1kJWiFsT4M7IolhmFi+imWE7+37cMuwfjWdpE7A0Hq5OfcQQ7Mg==}
'@jridgewell/resolve-uri@3.1.2':
resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==}
@@ -418,11 +418,11 @@ snapshots:
'@huggingface/inference@4.13.19':
dependencies:
'@huggingface/jinja': 0.5.9
- '@huggingface/tasks': 0.21.13
+ '@huggingface/tasks': 0.21.16
'@huggingface/jinja@0.5.9': {}
- '@huggingface/tasks@0.21.13': {}
+ '@huggingface/tasks@0.21.16': {}
'@jridgewell/resolve-uri@3.1.2': {}