From b3f78b6c5d38f666a2dbd0de0e8baf10f78b7c31 Mon Sep 17 00:00:00 2001 From: Shallow Cosmic <72877707+shallowcosmicjumper@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:52:45 +0800 Subject: [PATCH] Update runtime flag configuration command `--runtime-flag` is no longer a valid flag of DMR to pass runtime flags. Update the document with updated command. --- content/manuals/ai/model-runner/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/ai/model-runner/configuration.md b/content/manuals/ai/model-runner/configuration.md index 306240638b..89934e97a7 100644 --- a/content/manuals/ai/model-runner/configuration.md +++ b/content/manuals/ai/model-runner/configuration.md @@ -105,7 +105,7 @@ models: With the `docker model configure` command: ```console -$ docker model configure --runtime-flag "--temp" --runtime-flag "0.7" --runtime-flag "--top-p" --runtime-flag "0.9" ai/qwen2.5-coder +$ docker model configure ai/qwen2.5-coder -- --temp 0.7 --top-p 0.9 ``` ### Common llama.cpp parameters