File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ datafolder : compose-cli
3+ datafile : docker_compose_attach
4+ title : docker compose attach
5+ layout : cli
6+ ---
7+
8+ <!--
9+ Sorry, but the contents of this page are automatically generated from
10+ Docker's source code. If you want to suggest a change to the text that appears
11+ here, you'll need to find the string by searching this repo:
12+ https://github.com/docker/compose
13+ -->
Original file line number Diff line number Diff line change 22title : Models
33description : Learn about the models top-level element
44keywords : compose, compose specification, models, compose file reference
5- weight : 130
5+ weight : 120
66---
77
88{{< summary-bar feature_name="Compose models" >}}
@@ -62,4 +62,8 @@ In this advanced setup:
6262
6363- `model` (required) : The OCI artifact identifier for the model. This is what Compose pulls and runs via the model runner.
6464- `context_size` : Defines the maximum token context size for the model.
65- - `runtime_flags` : A list of raw command-line flags passed to the inference engine when the model is started.
65+ - `runtime_flags` : A list of raw command-line flags passed to the inference engine when the model is started.
66+
67+ # # Additional resources
68+
69+ For more examples and information on using `model`, see [Use AI models in Compose](/manuals/ai/compose/models-and-compose.md)
You can’t perform that action at this time.
0 commit comments