Report

#93
by chaoshunh - opened

ValueError: Model meta-llama/Llama-3.3-70B-Instruct is not supported for task text-generation and provider together. Supported task: conversational.

The error shows that you're trying to use text_generation() with a model that only supports the conversational task. You need to use the correct method for chat models.

Hugging Face Agents Course org

Thanks for the update!
We're closing this since we've made some internal changes. If the issue persists, feel free to reopen the PR.
Apologies for the inconvenience, and thanks again for your contribution!

sergiopaniego changed discussion status to closed

Sign up or log in to comment