Skip to content

Commit b7b9c67

Browse files
authored
Merge pull request #24520 from shallowcosmicjumper/patch-1
[ai/model-runner] Update runtime flag configuration command
2 parents ad2afe5 + b3f78b6 commit b7b9c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/ai/model-runner/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ models:
105105
With the `docker model configure` command:
106106

107107
```console
108-
$ docker model configure --runtime-flag "--temp" --runtime-flag "0.7" --runtime-flag "--top-p" --runtime-flag "0.9" ai/qwen2.5-coder
108+
$ docker model configure ai/qwen2.5-coder -- --temp 0.7 --top-p 0.9
109109
```
110110

111111
### Common llama.cpp parameters

0 commit comments

Comments
 (0)