Warn users to login to HuggingFace (#645)

* added warning if user is not logged in HF

* updated doc to suggest logging in to HF
This commit is contained in:
Napuh
2023-09-27 23:43:35 +02:00
committed by GitHub
parent 8fe0e633d2
commit 85b0be2ba7
4 changed files with 24 additions and 0 deletions

View File

@@ -124,6 +124,11 @@ accelerate launch -m axolotl.cli.inference examples/openllama-3b/lora.yml \
pip3 install packaging
pip3 install -e '.[flash-attn,deepspeed]'
```
4. (Optional) Login to Huggingface to use gated models/datasets.
```bash
huggingface-cli login
```
Get the token at huggingface.co/settings/tokens
- LambdaLabs
<details>