Browse Source

Update faq.md

Jeffrey Morgan 1 year ago
parent
commit
c5664c1fef
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/faq.md

+ 3 - 1
docs/faq.md

@@ -14,4 +14,6 @@ OLLAMA_ORIGINS=http://192.168.1.1:*,https://example.com ollama serve
 
 
 ## Where are models stored?
 ## Where are models stored?
 
 
-Raw model data is stored under `~/.ollama/models`.
+* macOS: Raw model data is stored under `~/.ollama/models`.
+* Linux: Raw model data is stored under `/usr/share/ollama/.ollama/models`
+