[Bugfix] Fix hugging face command (#944)

This commit is contained in:
Deshraj Yadav
2023-11-13 12:17:27 -08:00
committed by GitHub
parent 1364975396
commit b144c7dccc
3 changed files with 3 additions and 3 deletions

View File

@@ -237,7 +237,7 @@ llm:
Install related dependencies using the following command:
```bash
pip install --upgrade 'embedchain[huggingface_hub]'
pip install --upgrade 'embedchain[huggingface-hub]'
```
First, set `HUGGINGFACE_ACCESS_TOKEN` in environment variable which you can obtain from [their platform](https://huggingface.co/settings/tokens).