From 2ffe81d56a4c886fc653d48d65e3ae4518e0dc9f Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 10 Oct 2025 21:07:14 +0200 Subject: [PATCH] feat(ai): do not release vram immediately after run --- ai-coder.sh | 2 +- ai-translate.sh | 2 +- ai.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ai-coder.sh b/ai-coder.sh index b597495..7a56edd 100755 --- a/ai-coder.sh +++ b/ai-coder.sh @@ -34,4 +34,4 @@ else OLLAMA_HOST=$host ollama run $model --hidethinking fi -OLLAMA_HOST=$host ollama stop $model +# OLLAMA_HOST=$host ollama stop $model diff --git a/ai-translate.sh b/ai-translate.sh index eb3f45a..a9f4644 100755 --- a/ai-translate.sh +++ b/ai-translate.sh @@ -4,7 +4,7 @@ . ${HOME}/ayo.conf host=$ollama_remote_host -model="gemma3:4b" +model="helper:latest" TEMP=$(mktemp) vim $TEMP diff --git a/ai.sh b/ai.sh index 52be16b..96bb294 100755 --- a/ai.sh +++ b/ai.sh @@ -65,4 +65,4 @@ else OLLAMA_HOST=$host ollama run $model --hidethinking fi -OLLAMA_HOST=$host ollama stop $model +# OLLAMA_HOST=$host ollama stop $model