Skip to content

Commit 479885a

Browse files
authored
Compose:fix attach and link to models page (#23121)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 284b194 commit 479885a

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
-->

content/reference/compose-file/models.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Models
33
description: Learn about the models top-level element
44
keywords: 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)

0 commit comments

Comments
 (0)