From 9f4c90500a9afcf642f9a028ebf5d141f1e5c924 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 3 May 2026 10:24:52 +0200 Subject: [PATCH] =?UTF-8?q?update=20context=20=C3=A0=2065536?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ce1db6c..eafa690 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,7 @@ services: - OLLAMA_HOST=0.0.0.0 - NVIDIA_VISIBLE_DEVICES=all - NVIDIA_DRIVER_CAPABILITIES=compute,utility - - OLLAMA_CONTEXT_LENGTH=16384 + - OLLAMA_CONTEXT_LENGTH=65536 volumes: - ollama_data:/root/.ollama deploy: