From 5284d48ccdf096a26d7ecbdc1beb802b8b021ad5 Mon Sep 17 00:00:00 2001 From: Brad Micklea <7644938+bmicklea@users.noreply.github.com> Date: Mon, 30 Sep 2024 10:52:44 -0400 Subject: [PATCH] Update quick-start.md Added a note that some registries don't auto-create repos in case an error is received from the push command. --- docs/src/docs/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/docs/quick-start.md b/docs/src/docs/quick-start.md index fce3bc99..3a277320 100644 --- a/docs/src/docs/quick-start.md +++ b/docs/src/docs/quick-start.md @@ -112,6 +112,8 @@ The [push command](./cli/cli-reference.md#kit-push) will copy the newly built Mo kit push jozu.ml/brad/quick-start:latest ``` +Note that some registries, like Jozu Hub, don't automatically create a repository. If you receive an error from your `push` command, make sure you have created the repository in your target registry. + ### Congratulations You've learned how to unpack a ModelKit, pack one up, push it, and run an LLM locally. Anyone with access to your remote repository can now pull your new ModelKit and start playing with your model using the `kit pull` or `kit unpack` commands.