here we go

This commit is contained in:
2025-11-09 14:44:05 +01:00
parent 6ddcd40dd5
commit efccf9f6ba
2 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ sleep 30
sleep 5
# ~/.cache/lm-studio/bin/lms get ${MODEL_PATH}
~/.lmstudio/bin/lms load --gpu 0.3 --ttl 3600 --context-length ${CONTEXT_LENGTH:-16384} ${MODEL_IDENTIFIER} &
~/.lmstudio/bin/lms load --ttl 3600 --context-length ${CONTEXT_LENGTH:-16384} ${MODEL_IDENTIFIER} &
sleep 20
cp -f /http-server-config.json /root/.lmstudio/.internal/http-server-config.json