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