Update Docs/ollama.md
Browse files- Docs/ollama.md +10 -0
Docs/ollama.md
CHANGED
|
@@ -53,3 +53,13 @@
|
|
| 53 |
Join our Reddit community
|
| 54 |
</Card>
|
| 55 |
</CardGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 53 |
Join our Reddit community
|
| 54 |
</Card>
|
| 55 |
</CardGroup>
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
# Install the Hugging Face CLI
|
| 59 |
+
brew install hf
|
| 60 |
+
|
| 61 |
+
# (optional) Login with your Hugging Face credentials
|
| 62 |
+
hf auth login
|
| 63 |
+
|
| 64 |
+
# Push your model files
|
| 65 |
+
hf upload QUBUHUB/Neuromind .
|