Skip to content

Commit 3e8581d

Browse files
committed
suggestions from review.
1 parent 78a2d69 commit 3e8581d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/hub/ollama.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,11 @@ 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 three simple steps:
92+
You can run private GGUFs from your personal account or from an associated organisation account in two 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. 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}`.
96+
3. That's it! You can now run private GGUFs from the Hugging Face Hub: `ollama run hf.co/{username}/{repository}`.
9897

9998
## References
10099

0 commit comments

Comments
 (0)