IMvision12 commited on
Commit
8a43d8c
·
verified ·
1 Parent(s): 9b5a6b8

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -19
index.html CHANGED
@@ -79,29 +79,15 @@
79
  <body>
80
  <main class="card">
81
  <img src="https://cdn-uploads.huggingface.co/production/uploads/629631215de6e0eb3292ae91/klgAvDJagwTHD2Bxliz8U.png" alt="kerasformers logo">
82
- <h1>kerasformers</h1>
83
- <p>KerasFormers: Open-source Keras 3 collection of pretrained models across Vision, LLM, VLM, Depth, Speech, and more</p>
84
 
85
  <nav class="links">
86
- <a href="https://github.com/IMvision12/KerasFormers">GitHub</a>
87
- <a href="https://imvision12.github.io/KerasFormers/">Docs</a>
88
- <a href="https://pypi.org/project/kerasformers/">PyPI</a>
89
  </nav>
90
 
91
- <section class="callout">
92
- <div class="callout__header">
93
- <svg class="callout__icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round">
94
- <path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/>
95
- <line x1="12" y1="8" x2="12" y2="12"/>
96
- <line x1="12" y1="16" x2="12.01" y2="16"/>
97
- </svg>
98
- <span class="callout__title">Important</span>
99
- </div>
100
- <p><strong>kerasformers is under active development</strong>, and we are currently migrating from GitHub-hosted release weights to the Hugging Face Hub. The PyPI package may lag behind the latest models, fixes, and API updates. This migration includes properly typed configuration files and dedicated weights for each model. Until the migration is complete, we recommend installing <code>kerasformers</code> directly from the <code>main</code> branch on GitHub rather than from PyPI.</p>
101
- <div class="install">
102
- <code>pip install git+https://github.com/IMvision12/KerasFormers.git</code>
103
- </div>
104
- </section>
105
  </main>
106
  </body>
107
  </html>
 
79
  <body>
80
  <main class="card">
81
  <img src="https://cdn-uploads.huggingface.co/production/uploads/629631215de6e0eb3292ae91/klgAvDJagwTHD2Bxliz8U.png" alt="kerasformers logo">
82
+ <h1>ZeroModels</h1>
83
+ <p>ZeroModels: Open-source Keras 3 collection of pretrained models across Vision, LLM, VLM, Depth, Speech, and more</p>
84
 
85
  <nav class="links">
86
+ <a href="https://github.com/IMvision12/ZeroModels">GitHub</a>
87
+ <a href="https://imvision12.github.io/ZeroModels/">Docs</a>
88
+ <a href="https://pypi.org/project/zeromodels/">PyPI</a>
89
  </nav>
90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  </main>
92
  </body>
93
  </html>