Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,39 +93,6 @@ <h3 class="text-[#33FF33] text-xl font-semibold">Open Specification</h3>
</div>
</div>
</div>
<div class="max-w-5xl mx-auto mt-16 lg:mt-24 space-y-12">
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 lg:gap-16 items-center">
<div class="space-y-4">
<h2 class="text-3xl font-bold leading-tight tracking-[-0.015em]">Reference Implementations</h2>
<p class="text-white/70 text-base font-normal leading-relaxed">
The enterprise implementation of the ModelPack specification is KitOps, which provides:
<ul class="text-white/70 text-base font-normal leading-relaxed">
<li>- A comprehensive CLI for packaging, pushing, and pulling ModelPacks</li>
<br>
<li>- Python SDK (PyKitOps) for integration with notebooks and ML workflows</li>
<br>
<li>- 30+ integrations with CI/CD and MLOps tools</li>
<br>
<li>- Selective pulling of individual assets</li>
<br>
<li>- Deployment capabilities</li>
</ul>
<p class="text-white/70 text-base font-normal leading-relaxed">
KitOps is a CNCF project, that has been adopted widely with over 150,000 downloads and is the most mature implementation of the ModelPack standard.
</p>
<p class="text-white/70 text-base font-normal leading-relaxed">
Learn more at <a href="https://kitops.org"><u>kitops.org</u></a>
</p>
</div>
<div class="p-6 bg-black/50 border border-white/20">
<h2 class="text-3xl font-bold leading-tight tracking-[-0.015em]">Install KitOps</h2>
<pre class="text-sm text-white/70 overflow-x-auto p-4 bg-[#010101]"><code><span class="text-[#33FF33]">$</span> brew tap kitops-ml/kitops
<span class="text-[#33FF33]">$</span> brew install kitops
<span class="text-[#33FF33]">$</span> kit version
</code></pre>
</div>
</div>
</div>
<div class="max-w-5xl mx-auto mt-16 lg:mt-24 text-center bg-black/50 border border-white/20 p-10">
<h2 class="text-3xl font-bold leading-tight tracking-[-0.015em] mb-4">Why ModelPack Matters</h2>
<h3 class="text-white/70 text-2xl font-bold">Speed</h3>
Expand Down