From 65de8cea1cd6be71a23aba98bff2e46d42c17054 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 3 Jul 2026 02:06:27 +0200 Subject: [PATCH] Add commented-out vk visible devices --- common/ollama-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/ollama-config.nix b/common/ollama-config.nix index 5204afa..57438d4 100644 --- a/common/ollama-config.nix +++ b/common/ollama-config.nix @@ -21,6 +21,7 @@ BYPASS_MODEL_ACCESS_CONTROL = "True"; ENABLE_COMPRESSION_MIDDLEWARE = "False"; # Not needed since I access it via localhost OLLAMA_API_BASE_URL = "http://127.0.0.1:${toString config.services.ollama.port}/v1"; # Fixes qwen 3.6 as of writing; TODO Remove if not needed anymore + #GGML_VK_VISIBLE_DEVICES = "0"; DEFAULT_MODELS = builtins.concatStringsSep ", " config.services.ollama.loadModels; DEFAULT_PINNED_MODELS = DEFAULT_MODELS;