Skip to content

Commit e874eb6

Browse files
Update models-download.mdx (#728)
1 parent 65cb663 commit e874eb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ai/orchestrators/models-download.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ through downloading the **recommended** models for Livepeer AI.
1414
Use the following command to install the HuggingFace CLI:
1515

1616
```bash
17-
pip install huggingface_hub[cli,hf_transfer]
17+
pip install huggingface_hub
1818
```
1919
</Step>
2020
<Step title="Generate Hugging Face Token">
2121
Follow the instructions on the [Hugging Face website](https://huggingface.co/docs/hub/en/security-tokens) to generate an access token with **read** permissions. Then, use the Hugging Face CLI to install the token:
2222

2323
```bash
24-
huggingface-cli login
24+
hf auth login
2525
```
2626
You will be prompted to paste the access token you created on the Hugging Face website.
2727

28-
<Note>If you have trouble locating `huggingface-cli` in your path, it may be necessary to add `/home/$USER/.local/bin/` to your local path.</Note>
28+
<Note>If you have trouble locating `hf` in your path, it may be necessary to add `/home/$USER/.local/bin/` to your local path.</Note>
2929
</Step>
3030
<Step title="Accept SVD1.1 Terms">
3131
The currently recommended models include one **gated** model. Therefore, you must accept the terms of the [SVD1.1 model](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1) on its model page before downloading.

0 commit comments

Comments
 (0)