Skip to content

Commit e015e27

Browse files
committed
logs command
1 parent 058847a commit e015e27

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
@@ -142,15 +142,15 @@ Chat session ended.
142142
143143
### Upload a model to Docker Hub
144144

145-
Use the command below to push your model to Docker Hub:
145+
Use the following command to push your model to Docker Hub:
146146

147147
```console
148148
$ docker model push <namespace>/<model>
149149
```
150150

151151
### View the logs
152152

153-
Fetch logs from the Docker Model Runner to monitor activity, debug issues, or inspect inference behavior.
153+
Fetch logs from Docker Model Runner to monitor activity or debug issues.
154154

155155
```console
156156
$ docker model logs

0 commit comments

Comments
 (0)