Skip to content

Commit 445d0ea

Browse files
committed
edits
1 parent 74d81ce commit 445d0ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/desktop/features/model-runner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The Docker Model Runner plugin lets you:
1717
- Pull models from Docker Hub
1818
- Run AI models directly from the command line
1919
- Manage local models (add, list, remove)
20-
- Interact with models in prompt or chat mode
20+
- Interact with models using a submitted prompt or in chat mode
2121

2222
Models are pulled from Docker Hub the first time they're used and stored locally. They're loaded into memory only at runtime when a request is made, and unloaded when not in use to optimize resources. Since models can be large, the initial pull may take some time — but after that, they're cached locally for faster access. You can interact with the model using [OpenAI-compatible APIs](#what-api-endpoints-are-available).
2323

@@ -100,7 +100,7 @@ ignaciolopezluna020/gemma-3-it:4B-Q4_K_M 3.88 B IQ2_XXS/Q4_K_M gemma3
100100

101101
### Run a model
102102

103-
Runs a model with an optional prompt or in interactive mode.
103+
Run a model and interact with it using a submitted prompt or in chat mode.
104104

105105
#### One-time prompt
106106

0 commit comments

Comments
 (0)