Skip to content

Commit acefda9

Browse files
chg: [documentation] Updated information related to huggingface_hub configuration.
1 parent ef06c5e commit acefda9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ pip3 install --pre torch torchvision torchaudio --index-url https://download.pyt
3636
Ensure that the ``huggingface_hub`` package is installed:
3737

3838
```bash
39-
pip install huggingface_hub
39+
pipx install huggingface_hub
4040
```
4141

4242
Then log in to Hugging Face:
4343

4444
```bash
45-
huggingface-cli login
45+
hf auth login
4646
```
4747

4848
Then ensure that the kvrocks database of Vulnerability-Lookup is running.

0 commit comments

Comments
 (0)