ModelKit Tags
Each time you build a KitOps' ModelKit we suggest naming it with a Tag. You can learn more about tagging ModelKits from the KitOps documentation (e.g., why Tagging helps; Tag command reference).
When viewing a Repository in Jozu Hub each Tag is represented by a row in the Repository table:
Selecting a tag's row will show you the detail view as shown in the above screenshot for the 8B-instruct-q5_0
tag.
You can tag a ModelKit with any name. Commonly people use tags to capture:
- The version: MyModel-v1, MyModel-v2, etc...
- The lifecycle stage: MyModel-dev, MyModel-test, MyModel-prod, etc...
- A challenger/champion pairing: MyModel-champion, MyModel-challenger