Skip to content

Commit 78a2d69

Browse files
committed
Add huggingface-cli login.
1 parent 31726b3 commit 78a2d69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/hub/ollama.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ To change sampling parameters, create a file named `params` in the repository. T
8989

9090
## Run Private GGUFs from the Hugging Face Hub
9191

92-
You can run private GGUFs from your personal account or from an associated organisation account in two simple steps:
92+
You can run private GGUFs from your personal account or from an associated organisation account in three simple steps:
9393

9494
1. Copy your Ollama SSH key you can do so via: `cat ~/.ollama/id_ed25519.pub | pbcopy`
9595
2. Add the corresponding key to your Hugging Face account by going to [your account settings](https://huggingface.co/settings/keys) and clicking on `Add new key`.
96-
3. That's it! You can now run private GGUFs from the Hugging Face Hub: `Ollama run hf.co/{username}/{repository}`.
96+
3. On terminal, run `huggingface-cli login` to authenticate with your Hugging Face account.
97+
4. That's it! You can now run private GGUFs from the Hugging Face Hub: `Ollama run hf.co/{username}/{repository}`.
9798

9899
## References
99100

0 commit comments

Comments
 (0)