We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad2afe5 + b3f78b6 commit b7b9c67Copy full SHA for b7b9c67
content/manuals/ai/model-runner/configuration.md
@@ -105,7 +105,7 @@ models:
105
With the `docker model configure` command:
106
107
```console
108
-$ 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
109
```
110
111
### Common llama.cpp parameters
0 commit comments