An open API service indexing awesome lists of open source software.

https://github.com/modelpack/modctl

Command-line tools for managing OCI model artifacts, which are bundled based on Model Spec
https://github.com/modelpack/modctl

ai containers llm model model-spec oci oci-artifacts

Last synced: 2 months ago
JSON representation

Command-line tools for managing OCI model artifacts, which are bundled based on Model Spec

Awesome Lists containing this project

README

          

# modctl

[![CI](https://github.com/modelpack/modctl/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/modelpack/modctl/actions/workflows/ci.yml)
[![GoDoc](https://godoc.org/github.com/modelpack/modctl?status.svg)](https://godoc.org/github.com/modelpack/modctl)
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/modelpack/modctl)

Modctl is a user-friendly CLI tool for managing OCI model artifacts, which are bundled based on [Model Spec](https://github.com/modelpack/model-spec).
It offers commands such as `build`, `pull`, `push`, and more, making it easy for users to convert their AI models into OCI artifacts.

## Documentation

You can find the full documentation on the [getting started](./docs/getting-started.md).

## Copyright

Copyright © contributors to ModelPack, established as ModelPack a Series of LF Projects, LLC.

## LICENSE

Apache 2.0 License. Please see [LICENSE](LICENSE) for more information.