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 50bd730 commit 0768884Copy full SHA for 0768884
content/manuals/ai/model-runner.md
@@ -215,6 +215,18 @@ Output:
215
Model <model> removed successfully
216
```
217
218
+### Package a model
219
+
220
+Packages a GGUF file into an OCI artifact, with optional licences, and pushes it to your registry.
221
222
+```console
223
+$ docker model package \
224
+ --gguf ./model.gguf \
225
+ --licenses license1.txt \
226
+ --licenses license2.txt \
227
+ --push registry.example.com/ai/custom-model
228
+```
229
230
## Integrate the Docker Model Runner into your software development lifecycle
231
232
You can now start building your Generative AI application powered by the Docker Model Runner.
0 commit comments