diff --git a/adopters.html b/adopters.html new file mode 100644 index 0000000..275e327 --- /dev/null +++ b/adopters.html @@ -0,0 +1,113 @@ + + + + + + + Adopters | ModelPack + + + + + + + + +
+
+
+
+ ModelPack Logo +
+ +
+
+
+
+
+

+ > Adopters +

+

+ Organizations using ModelPack to package, version, and share AI/ML projects. Adopters are self-reported and listed alphabetically; a listing is not an endorsement of the organization by the ModelPack project, nor of any particular implementation by the adopter. +

+
+
+

+ This page is new and waiting for its first entries. If your organization uses ModelPack in development or production, we would love to list you here. +

+ + Become an Adopter + +
+
+
+

Who qualifies as an adopter

+
    +
  • Your organization uses ModelPack-conformant artifacts (through any implementation) in development, evaluation, or production
  • +
  • You can briefly describe the use case (one or two sentences is plenty)
  • +
  • Someone at the organization has approved being listed publicly, including the use of the organization's name and logo
  • +
+

+ Vendors that build products on ModelPack are welcome here too, though the Enterprise Support page may be a better fit for commercial offerings. +

+
+
+

How to add your organization

+

+ Open a pull request against modelpack/modelpack.org adding your organization to this page with its name, an optional logo, a link, and a short description of how you use ModelPack. If you would rather not edit HTML, open an issue with the same details and a maintainer will help. Maintainers review submissions against the qualifications above. +

+
+
+
+
+
+ +
+
+ + diff --git a/enterprise-support.html b/enterprise-support.html new file mode 100644 index 0000000..2affee6 --- /dev/null +++ b/enterprise-support.html @@ -0,0 +1,121 @@ + + + + + + + Enterprise Support | ModelPack + + + + + + + + +
+
+
+
+ ModelPack Logo +
+ +
+
+
+
+
+

+ > Enterprise Support +

+

+ ModelPack itself is a free, open specification with no commercial arm. Some organizations offer commercial support for ModelPack or its implementations within their products and services. They are listed here alphabetically and presented equally; a listing is not an endorsement or certification by the ModelPack project. +

+
+
+
+

Jozu

+

+ Jozu offers commercial support for ModelPack and KitOps, including enterprise support subscriptions and a registry product for storing and managing ModelPack and ModelKit artifacts. +

+ +
+
+

+ Does your organization provide commercial support for ModelPack? See below for how to get listed. +

+
+
+
+
+

Qualifications for listing

+

+ To be listed as an enterprise support provider, an organization must: +

+
    +
  • Offer commercial support, services, or products for ModelPack or a conformant implementation
  • +
  • Publicly document the support offering (a page prospective customers can visit)
  • +
  • Actively participate in the ModelPack community — for example, contributing to the specification, an implementation, or the community calls
  • +
+
+
+

How to get listed

+

+ Open a pull request against modelpack/modelpack.org adding your organization to this page with its name, a short neutral description of the offering, and a link to the public support page. If you would rather not edit HTML, open an issue with the same details and a maintainer will help. Maintainers review submissions against the qualifications above. +

+
+
+
+
+
+ +
+
+ + diff --git a/implementations.html b/implementations.html new file mode 100644 index 0000000..0c7924b --- /dev/null +++ b/implementations.html @@ -0,0 +1,142 @@ + + + + + + + Implementations | ModelPack + + + + + + + + +
+
+
+
+ ModelPack Logo +
+ +
+
+
+
+
+

+ > Implementations +

+

+ ModelPack is a specification, not a tool. Any project can implement it, and the community maintains this list of conformant implementations. Projects are listed alphabetically and presented equally; inclusion is not an endorsement by the ModelPack project. +

+
+
+
+

KitOps

+

+ KitOps is a CNCF Sandbox project for packaging, versioning, and sharing AI/ML projects as OCI artifacts. It supports the ModelPack specification alongside its ModelKit format, and provides a CLI, a Python SDK, and integrations with common CI/CD and MLOps tools. +

+
    +
  • Maintained by: the KitOps community (CNCF Sandbox)
  • +
  • Language: Go
  • +
  • License: Apache 2.0
  • +
+
$ brew tap kitops-ml/kitops
+$ brew install kitops
+ +
+
+

modctl

+

+ modctl is the reference implementation of the ModelPack specification, maintained under the ModelPack GitHub organization. It provides a CLI for building, pushing, pulling, and inspecting ModelPack artifacts in OCI registries. +

+
    +
  • Maintained by: the ModelPack community
  • +
  • Language: Go
  • +
  • License: Apache 2.0
  • +
+
$ go install github.com/modelpack/modctl@main
+ +
+
+
+
+

Criteria for listing

+

+ To be listed on this page, a project must: +

+
    +
  • Implement the current ModelPack specification (producing and/or consuming conformant artifacts)
  • +
  • Be publicly available with a public source repository
  • +
  • Be actively maintained
  • +
+

+ All conformant implementations are welcome and receive equal treatment. Listings appear in alphabetical order. +

+
+
+

How to add an implementation

+

+ Open a pull request against modelpack/modelpack.org adding your project to this page, including a short description, maintainer, language, license, install instructions, and links. If you would rather not edit HTML, open an issue with the same details and a maintainer will help. Maintainers review submissions against the criteria above. +

+
+
+
+
+
+ +
+
+ + diff --git a/index.html b/index.html index ef9d913..7845149 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,9 @@