CompactAI commited on
Commit
5957d6c
·
verified ·
1 Parent(s): 1e1e00e

Upload 2 files

Browse files
Files changed (2) hide show
  1. index.html +4 -4
  2. status.html +7 -7
index.html CHANGED
@@ -363,9 +363,9 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
363
  <!-- Hero Section -->
364
  <section class="hero">
365
  <div class="hero-content">
366
- <div class="apology-badge">A New Approach to Small Models</div>
367
- <h1 class="hero-title">Why I Stopped<br><span class="highlight">Compressing Models</span></h1>
368
- <p class="hero-subtitle">And started building something that doesn't need 8 H100s to think</p>
369
  <div class="scroll-indicator">
370
  <span>Scroll for the truth</span>
371
  <div class="scroll-arrow"></div>
@@ -922,4 +922,4 @@ document.addEventListener('DOMContentLoaded', () => { const heroCanvas = documen
922
  window.addEventListener('beforeunload', () => { if (heroNetwork) heroNetwork.destroy(); if (fmnViz) fmnViz.destroy(); if (routingViz) routingViz.destroy(); if (recurrentViz) recurrentViz.destroy(); if (loopViz) loopViz.destroy(); });
923
  </script>
924
  </body>
925
- </html>
 
363
  <!-- Hero Section -->
364
  <section class="hero">
365
  <div class="hero-content">
366
+ <div class="apology-badge">Beta Tester Website In Progress</div>
367
+ <h1 class="hero-title">Help Us <br><span class="highlight">Build AI the Hard Way</span></h1>
368
+ <p class="hero-subtitle">We are working on a beta tester website so people can experience the pain of creating an AI with us.</p>
369
  <div class="scroll-indicator">
370
  <span>Scroll for the truth</span>
371
  <div class="scroll-arrow"></div>
 
922
  window.addEventListener('beforeunload', () => { if (heroNetwork) heroNetwork.destroy(); if (fmnViz) fmnViz.destroy(); if (routingViz) routingViz.destroy(); if (recurrentViz) recurrentViz.destroy(); if (loopViz) loopViz.destroy(); });
923
  </script>
924
  </body>
925
+ </html>
status.html CHANGED
@@ -121,8 +121,8 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
121
  <main>
122
  <section class="page-header">
123
  <div class="container">
124
- <h1>Model Status</h1>
125
- <p>Current model availability and specifications</p>
126
  </div>
127
  </section>
128
 
@@ -130,7 +130,7 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
130
  <div class="container">
131
  <div class="status-overview">
132
  <div class="status-card">
133
- <h3>FMN-GPT Unified</h3>
134
  <div class="status-badge in-progress">In Development</div>
135
  <div class="status-details">
136
  <div class="status-row">
@@ -147,7 +147,7 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
147
  </div>
148
  <div class="status-row">
149
  <span>Availability</span>
150
- <span>Coming Soon</span>
151
  </div>
152
  </div>
153
  </div>
@@ -210,8 +210,8 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
210
  </div>
211
 
212
  <div class="availability-section">
213
- <h3>Model Availability</h3>
214
- <p>Model weights will be released on HuggingFace once development is complete. Everything here is subject to change.</p>
215
  <a href="https://huggingface.co/CompactAI" target="_blank" class="availability-link">View CompactAI on HuggingFace</a>
216
  </div>
217
  </div>
@@ -227,4 +227,4 @@ blockquote { border-left: 4px solid var(--color-accent); padding-left: 1.5rem; m
227
  </div>
228
  </footer>
229
  </body>
230
- </html>
 
121
  <main>
122
  <section class="page-header">
123
  <div class="container">
124
+ <h1>Website Status</h1>
125
+ <p>Progress on our beta tester website</p>
126
  </div>
127
  </section>
128
 
 
130
  <div class="container">
131
  <div class="status-overview">
132
  <div class="status-card">
133
+ <h3>Beta Tester Website</h3>
134
  <div class="status-badge in-progress">In Development</div>
135
  <div class="status-details">
136
  <div class="status-row">
 
147
  </div>
148
  <div class="status-row">
149
  <span>Availability</span>
150
+ <span>In Progress</span>
151
  </div>
152
  </div>
153
  </div>
 
210
  </div>
211
 
212
  <div class="availability-section">
213
+ <h3>Beta Access</h3>
214
+ <p>We are working on a beta tester website so people can experience the pain of creating an AI with us.</p>
215
  <a href="https://huggingface.co/CompactAI" target="_blank" class="availability-link">View CompactAI on HuggingFace</a>
216
  </div>
217
  </div>
 
227
  </div>
228
  </footer>
229
  </body>
230
+ </html>