Skip to content

Commit 3345ddb

Browse files
committed
document cmdStop in README [no-ci]
1 parent 30f4a0b commit 3345ddb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ models:
129129
ghcr.io/ggerganov/llama.cpp:server
130130
--model '/models/Qwen2.5-Coder-0.5B-Instruct-Q4_K_M.gguf'
131131
132+
# use a custom command to stop the model when swapping. By default
133+
# this is SIGTERM on POSIX systems, and taskkill on Windows systems
134+
cmdStop: docker stop dockertest
135+
132136
# Groups provide advanced controls over model swapping behaviour. Using groups
133137
# some models can be kept loaded indefinitely, while others are swapped out.
134138
#

0 commit comments

Comments
 (0)