You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting a custom tokenizer in the llm section of the settings-local.yaml file did not change the value in the privateGPT/settings/settings python script, so the setup script ended up setting the tokenizer name to 'None', and so the setup script crashed. I did a temporary fix by just putting in the literal string right into the private_gpt/settings/settings.py LLMSettings class in the tokenizer field, where None was.
LLM model downloaded!
Downloading tokenizer None
...
(A BUNCH OF PYTHON ERROR STUFF)
...
Repository Not Found for url: https://huggingface.co/None/resolve/main/tokenizer_config.json.
Please make sure you specified the correct `repo_id` and `repo_type`.
If you are trying to access a private or gated repo, make sure you are authenticated.
Invalid username or password.
The text was updated successfully, but these errors were encountered:
Setting a custom tokenizer in the llm section of the settings-local.yaml file did not change the value in the privateGPT/settings/settings python script, so the setup script ended up setting the tokenizer name to 'None', and so the setup script crashed. I did a temporary fix by just putting in the literal string right into the private_gpt/settings/settings.py LLMSettings class in the tokenizer field, where None was.
...
(A BUNCH OF PYTHON ERROR STUFF)
...
The text was updated successfully, but these errors were encountered: