Skip to content

Google Colab not working with predefined script for openai/whisper-large-v3 #1892

@XDavidT

Description

@XDavidT
[/usr/local/lib/python3.12/dist-packages/huggingface_hub/inference/_providers/__init__.py](https://localhost:8080/#) in get_provider_helper(provider, task, model)
    226 
    227     if task not in provider_tasks:
--> 228         raise ValueError(
    229             f"Task '{task}' not supported for provider '{provider}'. Available tasks: {list(provider_tasks.keys())}"
    230         )

ValueError: Task 'automatic-speech-recognition' not supported for provider 'sambanova'. Available tasks: ['conversational', 'feature-extraction']

I've used https://huggingface.co/openai/whisper-large-v3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions