From 511069a2a59b0025179819fe3ac0b049a5b9ff2d Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Fri, 22 Dec 2023 09:48:44 -0800 Subject: [PATCH] update where are models stored q Signed-off-by: Matt Williams --- docs/faq.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index c5a9be0b..d39e207c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -62,8 +62,6 @@ Refer to the section above for how to use environment variables on your platform - macOS: `~/.ollama/models`. - Linux: `/usr/share/ollama/.ollama/models` -See [the CLI Documentation](./cli.md) for more on this. - ## How do I set them to a different location? If a different directory needs to be used, set the environment variable `OLLAMA_MODELS` to the chosen directory. Refer to the section above for how to use environment variables on your platform.