Must have a huggingface token to get default tokenizer for local setups. #1912
BradHutchings
started this conversation in
General
Replies: 2 comments 4 replies
-
Apologies for the newb question here but what am I doing wrong? Is the
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I would like to ask these questions regarding this
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This changed recently. You now have to provide a token and sign up on Hugging Face to get the default tokenizer for local setups.
AutoTokenizer
near bottom, add a line aftercache_dir
:token=settings().huggingface.access_token,
export HUGGINGFACE_TOKEN="[your-hf-token-here-no-braces]"
poetry run python scripts/setup
It looks like someone is in the middle of tracking down all the places to use the hf token. Please finish and test ASAP. Please update the documentation for local installs.
Beta Was this translation helpful? Give feedback.
All reactions