OSError: You are trying to access a gated repo. Make sure to have access to it at https://huggingface.co/databricks/dbrx-instruct.
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
Yes, please clarify how you are accessing the model. I assumed you're following the example in the model card in a notebook.
Closing as this seems stale.