diff --git a/content/reference/cli/docker/compose/attach.md b/content/reference/cli/docker/compose/attach.md new file mode 100644 index 000000000000..9b425dfbdc51 --- /dev/null +++ b/content/reference/cli/docker/compose/attach.md @@ -0,0 +1,13 @@ +--- +datafolder: compose-cli +datafile: docker_compose_attach +title: docker compose attach +layout: cli +--- + + diff --git a/content/reference/compose-file/models.md b/content/reference/compose-file/models.md index 8331a57e2bcc..631bdf8e6113 100644 --- a/content/reference/compose-file/models.md +++ b/content/reference/compose-file/models.md @@ -2,7 +2,7 @@ title: Models description: Learn about the models top-level element keywords: compose, compose specification, models, compose file reference -weight: 130 +weight: 120 --- {{< summary-bar feature_name="Compose models" >}} @@ -62,4 +62,8 @@ In this advanced setup: - `model` (required): The OCI artifact identifier for the model. This is what Compose pulls and runs via the model runner. - `context_size`: Defines the maximum token context size for the model. -- `runtime_flags`: A list of raw command-line flags passed to the inference engine when the model is started. \ No newline at end of file +- `runtime_flags`: A list of raw command-line flags passed to the inference engine when the model is started. + +## Additional resources + +For more examples and information on using `model`, see [Use AI models in Compose](/manuals/ai/compose/models-and-compose.md) \ No newline at end of file