feat(ai): release memory after running
This commit is contained in:
parent
f04444f1f8
commit
5ad8921578
1 changed files with 2 additions and 1 deletions
3
ai.sh
3
ai.sh
|
|
@ -78,4 +78,5 @@ else
|
||||||
OLLAMA_HOST=$host ollama run $model --hidethinking
|
OLLAMA_HOST=$host ollama run $model --hidethinking
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# OLLAMA_HOST=$host ollama stop $model
|
# release memory
|
||||||
|
OLLAMA_HOST=$host ollama stop $model
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue