diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md index 84b407679..39615b6ba 100644 --- a/docs/inference-providers/providers/hf-inference.md +++ b/docs/inference-providers/providers/hf-inference.md @@ -70,7 +70,7 @@ Find out more about Feature Extraction [here](../tasks/feature_extraction). @@ -190,7 +190,7 @@ Find out more about Translation [here](../tasks/translation). diff --git a/docs/inference-providers/providers/sambanova.md b/docs/inference-providers/providers/sambanova.md index df463faf5..1f65235c8 100644 --- a/docs/inference-providers/providers/sambanova.md +++ b/docs/inference-providers/providers/sambanova.md @@ -52,16 +52,6 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). conversational /> -### Chat Completion (VLM) - -Find out more about Chat Completion (VLM) [here](../tasks/chat-completion). - - - - ### Feature Extraction Find out more about Feature Extraction [here](../tasks/feature_extraction). diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md index bff9674ad..ca41515ee 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/feature-extraction.md b/docs/inference-providers/tasks/feature-extraction.md index d31176490..cbfa46c9e 100644 --- a/docs/inference-providers/tasks/feature-extraction.md +++ b/docs/inference-providers/tasks/feature-extraction.md @@ -36,7 +36,7 @@ Explore all available models and find the one that suits you best [here](https:/ diff --git a/docs/inference-providers/tasks/image-text-to-text.md b/docs/inference-providers/tasks/image-text-to-text.md index 68c84f2ef..ed0313d0f 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/translation.md b/docs/inference-providers/tasks/translation.md index d3039680d..446426250 100644 --- a/docs/inference-providers/tasks/translation.md +++ b/docs/inference-providers/tasks/translation.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 e266c6063..f80142977 100644 --- a/scripts/inference-providers/package.json +++ b/scripts/inference-providers/package.json @@ -15,7 +15,7 @@ "license": "ISC", "dependencies": { "@huggingface/inference": "^4.13.0", - "@huggingface/tasks": "^0.19.59", + "@huggingface/tasks": "^0.19.60", "@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 43af5154a..f0f20d624 100644 --- a/scripts/inference-providers/pnpm-lock.yaml +++ b/scripts/inference-providers/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^4.13.0 version: 4.13.0 '@huggingface/tasks': - specifier: ^0.19.59 - version: 0.19.59 + specifier: ^0.19.60 + version: 0.19.60 '@types/node': specifier: ^22.5.0 version: 22.5.0 @@ -197,8 +197,8 @@ packages: resolution: {integrity: sha512-yUZLld4lrM9iFxHCwFQ7D1HW2MWMwSbeB7WzWqFYDWK+rEb+WldkLdAJxUPOmgICMHZLzZGVcVjFh3w/YGubng==} engines: {node: '>=18'} - '@huggingface/tasks@0.19.59': - resolution: {integrity: sha512-v0/mbpwEuwQjKMgu94EJe/FAoJxRAKwRDr6xolXsu7swOUIpjEoAHymcWB5u4vEAuixyZ0d0yYVtH2bImRbPuw==} + '@huggingface/tasks@0.19.60': + resolution: {integrity: sha512-oO3+s+u4bgJh3DjwIe7lE+4iyRzj//WE7V+Z0toQsj81IaGp5kBEK1uxtWz5U32PUF9by6yKAEtCCW1hprU3ug==} '@jridgewell/resolve-uri@3.1.2': resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} @@ -418,11 +418,11 @@ snapshots: '@huggingface/inference@4.13.0': dependencies: '@huggingface/jinja': 0.5.1 - '@huggingface/tasks': 0.19.59 + '@huggingface/tasks': 0.19.60 '@huggingface/jinja@0.5.1': {} - '@huggingface/tasks@0.19.59': {} + '@huggingface/tasks@0.19.60': {} '@jridgewell/resolve-uri@3.1.2': {}