Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions content/reference/cli/docker/compose/attach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
datafolder: compose-cli
datafile: docker_compose_attach
title: docker compose attach
layout: cli
---

<!--
Sorry, but the contents of this page are automatically generated from
Docker's source code. If you want to suggest a change to the text that appears
here, you'll need to find the string by searching this repo:
https://github.com/docker/compose
-->
8 changes: 6 additions & 2 deletions content/reference/compose-file/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down Expand Up @@ -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.
- `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)