From 9774663013e725142fa64f17fefbf7d34dda54f3 Mon Sep 17 00:00:00 2001 From: Tristan Rhodes Date: Fri, 16 Feb 2024 12:04:19 -0700 Subject: [PATCH] Update faq.md with the location of models on Windows (#2545) --- docs/faq.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index fd94b39b..5a87e483 100644 --- a/docs/faq.md +++ b/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\\.ollama\models` ### How do I set them to a different location?