"Not Found" and ValueError for Inference API

#75
by lalalasam - opened

Hello,

I am new and I'm encountering persistent "Not Found" and ValueError errors when using the Hugging Face Inference API, preventing me from using any models. I can, however, successfully download models in other environments like Google Colab.

Here are the troubleshooting steps we've already taken:

  1. Attempted Multiple Models:

    • mistralai/Mistral-7B-Instruct-v0.2 (Returns "Not Found")
    • mistralai/Mistral-7B-Instruct-v0.3 (Returns "Not Found")
    • gpt2 (Returns "Not Found")
    • google/flan-t5-small (Returns "Not Found")
    • mistralai/Mistral-Nemo-Instruct-2407 (Returns ValueError: ... Supported tasks: 'None')
  2. Regenerated API Token: I have created a new token with "write" permissions.

  3. Used Different Request Methods: The errors occur with both curl and the huggingface_hub Python library.

  4. Confirmed Local Environment is Not the Issue: I receive the same "Not Found" error when running API requests from my
    local machine's terminal.

The issue seems to be specific to my account's access to the Inference API. Any further troubleshooting step I shall go through?

Sign up or log in to comment