We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058847a commit e015e27Copy full SHA for e015e27
content/manuals/desktop/features/model-runner.md
@@ -142,15 +142,15 @@ Chat session ended.
142
143
### Upload a model to Docker Hub
144
145
-Use the command below to push your model to Docker Hub:
+Use the following command to push your model to Docker Hub:
146
147
```console
148
$ docker model push <namespace>/<model>
149
```
150
151
### View the logs
152
153
-Fetch logs from the Docker Model Runner to monitor activity, debug issues, or inspect inference behavior.
+Fetch logs from Docker Model Runner to monitor activity or debug issues.
154
155
156
$ docker model logs
0 commit comments