mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
Merge pull request #24520 from shallowcosmicjumper/patch-1
[ai/model-runner] Update runtime flag configuration command
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user