The path where the access token is placed
#11
by
eotel
- opened
When I ran it for the first time, I got an error like OSError: Token is required (token=True), but no token found. You need to provide a token or be logged in to Hugging Face …
.
I ran huggingface-cli login
and placed the token in ~/.cache/huggingface/token
. However, this project seems to be loading ~/.huggingface/token
. This is an old location. If you are getting the same error, try running mkdir -p ~/.huggingface && cp ~/.cache/huggingface/token ~/.huggingface
. I think it will work.