Add pip install HF CLI - could save new users a couple minutes

This commit is contained in:
Phil Butler 2024-12-06 11:16:32 -05:00
parent 8e7d6970ea
commit 795a7cde95
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ Once you're familiar with teleoperation, you can record your first dataset with
If you want to use the Hugging Face hub features for uploading your dataset and you haven't previously done it, make sure you've logged in using a write-access token, which can be generated from the [Hugging Face settings](https://huggingface.co/settings/tokens): If you want to use the Hugging Face hub features for uploading your dataset and you haven't previously done it, make sure you've logged in using a write-access token, which can be generated from the [Hugging Face settings](https://huggingface.co/settings/tokens):
```bash ```bash
pip install -U "huggingface_hub[cli]"
huggingface-cli login --token ${HUGGINGFACE_TOKEN} --add-to-git-credential huggingface-cli login --token ${HUGGINGFACE_TOKEN} --add-to-git-credential
``` ```