Text Generation
Transformers
Safetensors
dbrx
conversational
text-generation-inference

OSError: You are trying to access a gated repo. Make sure to have access to it at https://huggingface.co/databricks/dbrx-instruct.

#33
by WindowsArinkin - opened

I got access. And I put my Read type token there. But it gives an error. What to do?

image.png

Databricks org

From other threads here, one not-uncommon source of error is using an older transformers library. The model card example should prompt you to update to the latest. What version are you using?

In terminal, you need to execute huggingface-cli login and then type your huggingface access token so that you can access the model.

From other threads here, one not-uncommon source of error is using an older transformers library. The model card example should prompt you to update to the latest. What version are you using?

I`m use last version transformers.

In terminal, you need to execute huggingface-cli login and then type your huggingface access token so that you can access the model.

Okey, I`m try this TXH

Databricks org

Yes, please clarify how you are accessing the model. I assumed you're following the example in the model card in a notebook.

Databricks org

Closing as this seems stale.

abhi-db changed discussion status to closed

Sign up or log in to comment