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.
This commit is contained in:
Shallow Cosmic
2026-03-25 17:52:45 +08:00
committed by GitHub
parent c454cbb95e
commit b3f78b6c5d

View File

@@ -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