From aaf87af6f988c166bbe75bf932cf92ffa823f19d Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Fri, 14 Jun 2024 08:39:29 +0200 Subject: [PATCH] example/llm/ollama: use default `dataDir` for clearer view on what is going on --- example/llm/flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/llm/flake.nix b/example/llm/flake.nix index 312588b9..8c53c2a3 100644 --- a/example/llm/flake.nix +++ b/example/llm/flake.nix @@ -21,8 +21,6 @@ # Backend service to perform inference on LLM models ollama."ollama1" = { enable = true; - # The models are usually huge, downloading them in every project directory can lead to a lot of duplication - dataDir = "$HOME/.services-flake/ollama1"; }; # Get ChatGPT like UI, but open-source, with Open WebUI open-webui."open-webui1" = {