Problem to deploy endpoint

Hello!
So, Im doing everything correct.

I used llama3 as base to fine tune the model.

But when I deploy to the endpoint it gives me the error:

  1. I need to request access to the model.

To accept the terms.

But I already did that, so my guess is that when I create the endpoint Im not autenticate with my hugging face token.
Because even if this pass, using other models, is going to have trouble when access my fine tuned model.

So the question is, what I need to do?

@GuilhermeGiol Hi! You can now add an env variable for authentication when deploying your fine-tuned model using Inference Endpoints. You’ll see this field under ‘Advanced Configuration’. Please let us know if you have any questions or feedback! :hugs:

@Meganariley. Thanks Megan. Where do you find the information that goes in the key and value fields? I feel like this is a dumb question, but I don’t think it is the access token since the terminology doesn’t align.

Hi @RedFoxPanda We have some documentation on env variables - let me know if you have additional questions!