From d091fe3c21850a54182db4f7a9fc46257b4f3368 Mon Sep 17 00:00:00 2001 From: Jeffrey Chen <78434827+TCOTC@users.noreply.github.com> Date: Tue, 7 May 2024 06:03:14 +0800 Subject: [PATCH] Windows automatically recognizes username (#3214) --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 109a1144..3fe3da89 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -140,7 +140,7 @@ Refer to the section [above](#how-do-i-configure-ollama-server) for how to set e - macOS: `~/.ollama/models` - Linux: `/usr/share/ollama/.ollama/models` -- Windows: `C:\Users\\.ollama\models` +- Windows: `C:\Users\%username%\.ollama\models` ### How do I set them to a different location?