Browse Source
Update faq.md with the location of models on Windows (#2545)
whitespace-detection
Tristan Rhodes
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
docs/faq.md
|
|
|
@ -60,8 +60,9 @@ Refer to the section [above](#how-do-i-configure-ollama-server) for how to set e |
|
|
|
|
|
|
|
## Where are models stored? |
|
|
|
|
|
|
|
- macOS: `~/.ollama/models`. |
|
|
|
- macOS: `~/.ollama/models` |
|
|
|
- Linux: `/usr/share/ollama/.ollama/models` |
|
|
|
- Windows: `C:\Users\<username>\.ollama\models` |
|
|
|
|
|
|
|
### How do I set them to a different location? |
|
|
|
|
|
|
|
|