diff --git a/docs/inference-providers/providers/hf-inference.md b/docs/inference-providers/providers/hf-inference.md index 0d4303332..d151b823f 100644 --- a/docs/inference-providers/providers/hf-inference.md +++ b/docs/inference-providers/providers/hf-inference.md @@ -55,7 +55,7 @@ Find out more about Chat Completion (LLM) [here](../tasks/chat-completion). @@ -109,16 +109,6 @@ Find out more about Image Segmentation [here](../tasks/image_segmentation). /> -### Summarization - -Find out more about Summarization [here](../tasks/summarization). - - - - ### Text Classification Find out more about Text Classification [here](../tasks/text_classification). @@ -135,7 +125,7 @@ Find out more about Text Generation [here](../tasks/text_generation). diff --git a/docs/inference-providers/tasks/audio-classification.md b/docs/inference-providers/tasks/audio-classification.md index ff2190015..5ca5c72b1 100644 --- a/docs/inference-providers/tasks/audio-classification.md +++ b/docs/inference-providers/tasks/audio-classification.md @@ -50,10 +50,6 @@ No snippet available for this task. | Payload | | | | :--- | :--- | :--- | -| **inputs*** | _string_ | The input audio data as a base64-encoded string. If no `parameters` are provided, you can also provide the audio data as a raw bytes payload. | -| **parameters** | _object_ | | -| **        function_to_apply** | _enum_ | Possible values: sigmoid, softmax, none. | -| **        top_k** | _integer_ | When specified, limits the output to the top K most probable classes. | #### Response diff --git a/docs/inference-providers/tasks/chat-completion.md b/docs/inference-providers/tasks/chat-completion.md index b8eb02904..64674d80a 100644 --- a/docs/inference-providers/tasks/chat-completion.md +++ b/docs/inference-providers/tasks/chat-completion.md @@ -59,7 +59,7 @@ The API supports: diff --git a/docs/inference-providers/tasks/summarization.md b/docs/inference-providers/tasks/summarization.md index 8faeb2ed7..cf0a3badc 100644 --- a/docs/inference-providers/tasks/summarization.md +++ b/docs/inference-providers/tasks/summarization.md @@ -30,10 +30,7 @@ Explore all available models and find the one that suits you best [here](https:/ ### Using the API - +No snippet available for this task. diff --git a/docs/inference-providers/tasks/text-generation.md b/docs/inference-providers/tasks/text-generation.md index da5df1e0f..cca9c7676 100644 --- a/docs/inference-providers/tasks/text-generation.md +++ b/docs/inference-providers/tasks/text-generation.md @@ -39,7 +39,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 3964f8ef5..d85c77d93 100644 --- a/scripts/inference-providers/package.json +++ b/scripts/inference-providers/package.json @@ -14,8 +14,8 @@ "author": "", "license": "ISC", "dependencies": { - "@huggingface/inference": "^3.9.2", - "@huggingface/tasks": "^0.18.11", + "@huggingface/inference": "^3.10.0", + "@huggingface/tasks": "^0.19.0", "@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 5d8a921cf..1be6ae321 100644 --- a/scripts/inference-providers/pnpm-lock.yaml +++ b/scripts/inference-providers/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: dependencies: '@huggingface/inference': - specifier: ^3.9.2 - version: 3.9.2 + specifier: ^3.10.0 + version: 3.10.0 '@huggingface/tasks': - specifier: ^0.18.11 - version: 0.18.11 + specifier: ^0.19.0 + version: 0.19.0 '@types/node': specifier: ^22.5.0 version: 22.5.0 @@ -189,16 +189,16 @@ packages: cpu: [x64] os: [win32] - '@huggingface/inference@3.9.2': - resolution: {integrity: sha512-7EpMgaELUJArqhFpinkyikO1iXza4lEBYcUF8HMDVabwI2QxCXmxb6coCgYmerHEfRRxsvqogwNrdxiUfcSvDg==} + '@huggingface/inference@3.10.0': + resolution: {integrity: sha512-nouLdl5Tu4gdTzIKv9zAr7HPziXV8rXbVONjYKQ7u9F78KgWVsYmhEM+ZhTbhg4fV4N1gdgywOAHrd9uOV5tRQ==} engines: {node: '>=18'} - '@huggingface/jinja@0.3.4': - resolution: {integrity: sha512-kFFQWJiWwvxezKQnvH1X7GjsECcMljFx+UZK9hx6P26aVHwwidJVTB0ptLfRVZQvVkOGHoMmTGvo4nT0X9hHOA==} + '@huggingface/jinja@0.4.0': + resolution: {integrity: sha512-NHN8rwJDaGVnpnNLv/4Aaqc/CuBDmN/pa6lrZOsFG7Zgm/5MEmrab+hzF2s46UMMoJcO2SMZ2amSxJXp0s8Ncw==} engines: {node: '>=18'} - '@huggingface/tasks@0.18.11': - resolution: {integrity: sha512-KSGMkOi86Ap2xTWGxwnSj8cE+glYhhwyHMdGDJn4dsOz1LzWq8kQF0epeZRkjBgwdTSBFpCk3+3FGdi6tXch7A==} + '@huggingface/tasks@0.19.0': + resolution: {integrity: sha512-OQiHR8iq2zD5upKTDNsBVCYzkgNmmL3ajQtFBs7VgtmZDiFk2BHvYmOwKgxgrXnDSgFXNsSf9BtA/kawbwXq+w==} '@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@3.9.2': + '@huggingface/inference@3.10.0': dependencies: - '@huggingface/jinja': 0.3.4 - '@huggingface/tasks': 0.18.11 + '@huggingface/jinja': 0.4.0 + '@huggingface/tasks': 0.19.0 - '@huggingface/jinja@0.3.4': {} + '@huggingface/jinja@0.4.0': {} - '@huggingface/tasks@0.18.11': {} + '@huggingface/tasks@0.19.0': {} '@jridgewell/resolve-uri@3.1.2': {}