Marcelo Fornet
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
docs/macos.md
|
|
|
@ -22,7 +22,7 @@ To install the Ollama application somewhere other than `Applications`, place the |
|
|
|
Ollama on MacOS stores files in a few different locations. |
|
|
|
- `~/.ollama` contains models and configuration |
|
|
|
- `~/.ollama/logs` contains logs |
|
|
|
- *app.log* contains most resent logs from the GUI application |
|
|
|
- *app.log* contains most recent logs from the GUI application |
|
|
|
- *server.log* contains the most recent server logs |
|
|
|
- `<install location>/Ollama.app/Contents/Resources/ollama` the CLI binary |
|
|
|
|
|
|
|
@ -39,4 +39,4 @@ rm -rf ~/Library/Caches/com.electron.ollama/ |
|
|
|
rm -rf ~/Library/Caches/ollama |
|
|
|
rm -rf ~/Library/WebKit/com.electron.ollama |
|
|
|
rm -rf ~/.ollama |
|
|
|
``` |
|
|
|
``` |
|
|
|
|