Request to Enable or Restart Inference API Endpoint

#182
by Srinivas-hfc - opened

Hi team,

Thank you for releasing the Llama 3.2 3B Instruct model — it's an exciting addition!

I tried accessing the model using the Hugging Face Inference API, but I’m encountering a 404 error: Not Found for url: https://router.huggingface.co/hf-inference/models/meta-llama/Llama-3.2-3B-Instruct

Could you please check if the Inference API endpoint for this model is disabled or needs a restart?

I’d love to test it directly via API. Thank you for your time and for making these models publicly available!

Thank you.

Just change to:
client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")

Sign up or log in to comment