Merge pull request #24520 from shallowcosmicjumper/patch-1

[ai/model-runner] Update runtime flag configuration command
This commit is contained in:
David Karlsson
2026-03-25 18:31:53 +01:00
committed by GitHub

View File

@@ -105,7 +105,7 @@ models:
With the `docker model configure` command: With the `docker model configure` command:
```console ```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 ### Common llama.cpp parameters