LH-Tech-AI commited on
Commit
6951100
·
verified ·
1 Parent(s): ce76f55

Update we-founded-supralabs.html

Browse files
Files changed (1) hide show
  1. we-founded-supralabs.html +236 -143
we-founded-supralabs.html CHANGED
@@ -3,165 +3,258 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>We founded SupraLabs | Blog</title>
7
  <style>
8
- :root {
9
- --bg: #0f0f0f;
10
- --surface: #1a1a1a;
11
- --border: #333;
12
- --text: #e0e0e0;
13
- --accent: #3f48fc; /* Supra Blue */
14
- --muted: #888;
15
- --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
16
- }
17
-
18
- * { margin: 0; padding: 0; box-sizing: border-box; }
19
-
20
- body {
21
- background-color: var(--bg);
22
- color: var(--text);
23
- font-family: 'Inter', -apple-system, sans-serif;
24
- line-height: 1.7;
25
- padding: 2rem;
26
- }
27
-
28
- .container { max-width: 800px; margin: 0 auto; }
29
-
30
- header {
31
- border-bottom: 2px solid var(--border);
32
- padding-bottom: 2rem;
33
- margin-bottom: 3rem;
34
- display: flex;
35
- justify-content: space-between;
36
- align-items: flex-end;
37
- }
38
-
39
- .logo-area h1 {
40
- font-size: 1.2rem;
41
- text-transform: uppercase;
42
- letter-spacing: 2px;
43
- color: var(--accent);
44
- text-decoration: none;
45
- }
46
-
47
- a { color: var(--accent); text-decoration: none; }
48
- a:hover { text-decoration: underline; }
49
-
50
- .post-meta {
51
- font-family: var(--font-mono);
52
- color: var(--muted);
53
- font-size: 0.9rem;
54
- margin-bottom: 1rem;
55
- }
56
-
57
- h1.post-title {
58
- font-size: 2.5rem;
59
- line-height: 1.2;
60
- margin-bottom: 2rem;
61
- }
62
-
63
- .content h2 {
64
- font-size: 1.5rem;
65
- color: var(--accent);
66
- margin-top: 2.5rem;
67
- margin-bottom: 1rem;
68
- font-family: var(--font-mono);
69
- }
70
-
71
- .content p { margin-bottom: 1.5rem; }
72
-
73
- .content ul {
74
- margin-bottom: 1.5rem;
75
- padding-left: 1.5rem;
76
- }
77
-
78
- .content li { margin-bottom: 0.5rem; }
79
-
80
- .hardware-card {
81
- background: var(--surface);
82
- border: 1px solid var(--border);
83
- padding: 1.5rem;
84
- border-radius: 4px;
85
- margin: 2rem 0;
86
- }
87
-
88
- .back-link {
89
- display: inline-block;
90
- margin-bottom: 2rem;
91
- font-family: var(--font-mono);
92
- font-size: 0.8rem;
93
- }
94
-
95
- footer {
96
- margin-top: 5rem;
97
- border-top: 1px solid var(--border);
98
- padding-top: 2rem;
99
- font-size: 0.8rem;
100
- color: var(--muted);
101
- text-align: center;
102
- }
103
-
104
- code {
105
- background: #2a2a2a;
106
- padding: 0.2rem 0.4rem;
107
- border-radius: 3px;
108
- font-family: var(--font-mono);
109
- font-size: 0.9rem;
110
- }
111
- </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  </head>
113
  <body>
 
114
  <div class="container">
115
  <header>
116
  <div class="logo-area">
117
- <a href="../index.html"><h1>SupraLabs_</h1></a>
118
  </div>
119
- <div class="post-meta">/blog/announcement</div>
 
 
 
 
120
  </header>
121
 
122
- <a href="../index.html" class="back-link"><-- Back to terminal</a>
123
-
124
- <article class="content">
125
- <div class="post-meta">DATE: 2026-05-11 | AUTH: AXION & LH-TECH</div>
126
- <h1 class="post-title">We founded SupraLabs: Real Open Source AI for everyone.</h1>
127
-
128
- <p>The AI landscape is currently dominated by massive corporations and "open-weights" models that aren't truly open. We believe that the future of AI belongs to the individuals, the hobbyists, and the developers who don't have access to massive H100 clusters.</p>
129
-
130
- <p><strong>Today, we officially announce the foundation of SupraLabs.</strong></p>
131
-
132
- <h2>🤝 The Collaboration</h2>
133
- <p>SupraLabs is a joint venture between <strong>@AxionLab-official</strong> and <strong>@LH-Tech-AI</strong>. We combined our hardware and our passion for optimization to create something that hasn't been done this way before: training useful, small-scale models on the hardware you actually own.</p>
134
-
135
- <h2>🎯 Our Mission</h2>
136
- <p>We are not here to build another trillion-parameter monster. Our focus is on:</p>
137
- <ul>
138
- <li><strong>Extreme Accessibility:</strong> Models that run on a laptop or even older GPUs.</li>
139
- <li><strong>Transparency:</strong> Complete open-source code, data insights, and training logs.</li>
140
- <li><strong>No Slop:</strong> We prioritize clean data and efficient architectures over "trashy" massive datasets.</li>
141
- </ul>
142
-
143
- <h2>🏗️ The Roadmap</h2>
144
- <p>We are starting our journey with two main projects that will push the boundaries of what's possible on consumer chips:</p>
145
- <ul>
146
- <li><code>Supra-10M</code>: Our flagship small model. Designed for reasoning and chat, trained on an RTX 5060 Ti 16GB.</li>
147
- <li><code>Supra-1M</code>: The "Legacy-Hero". Optimized to run and train even on a GTX 750Ti 4GB.</li>
148
- </ul>
149
-
150
- <div class="hardware-card">
151
- <h3 style="margin-bottom: 1rem; font-family: var(--font-mono); font-size: 1rem;">[CURRENT_COMPUTE_STREAMS]</h3>
152
- <p>• Node 01: RTX 5060 Ti 16GB (LH-Tech AI) - <i>Primary Training Node</i></p>
153
- <p>• Node 02: GTX 750Ti 4GB (AxionLab) - <i>Optimization & Testing Node</i></p>
154
  </div>
155
 
156
- <h2>🫶 Join Us</h2>
157
- <p>This is a community effort. If you are tired of corporate AI and want to build the "Small Model Revolution" with us, feel free to reach out on HuggingFace or join our organization. Feedback is always welcome!</p>
 
 
 
 
 
158
 
159
- <p style="margin-top: 3rem; font-style: italic;">Stay tuned. The first weights are coming soon.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
160
  </article>
161
 
 
 
 
 
 
 
 
 
 
 
 
 
 
162
  <footer>
163
- <p class="mono">&copy; 2026 SupraLabs // EOF</p>
164
  </footer>
165
  </div>
 
166
  </body>
167
  </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>We founded SupraLabs | SupraLabs Blog</title>
7
  <style>
8
+ :root {
9
+ --bg: #0f0f0f;
10
+ --surface: #1a1a1a;
11
+ --border: #333;
12
+ --text: #e0e0e0;
13
+ --accent: #536bfe; /* Supra Blue */
14
+ --muted: #888;
15
+ --font-mono: 'JetBrains Mono', 'Fira Code', monospace;
16
+ }
17
+
18
+ * {
19
+ margin: 0;
20
+ padding: 0;
21
+ box-sizing: border-box;
22
+ }
23
+
24
+ body {
25
+ background-color: var(--bg);
26
+ color: var(--text);
27
+ font-family: 'Inter', -apple-system, sans-serif;
28
+ line-height: 1.6;
29
+ padding: 2rem;
30
+ }
31
+
32
+ code, pre, .mono {
33
+ font-family: var(--font-mono);
34
+ }
35
+
36
+ .container {
37
+ max-width: 900px;
38
+ margin: 0 auto;
39
+ }
40
+
41
+ /* --- Header --- */
42
+ header {
43
+ border-bottom: 2px solid var(--border);
44
+ padding-bottom: 2rem;
45
+ margin-bottom: 3rem;
46
+ display: flex;
47
+ justify-content: space-between;
48
+ align-items: flex-end;
49
+ }
50
+
51
+ .logo-area h1 {
52
+ font-size: 1.2rem;
53
+ text-transform: uppercase;
54
+ letter-spacing: 2px;
55
+ color: var(--accent);
56
+ }
57
+
58
+ .logo-area a {
59
+ text-decoration: none;
60
+ color: inherit;
61
+ }
62
+
63
+ nav a {
64
+ color: var(--text);
65
+ text-decoration: none;
66
+ margin-left: 1.5rem;
67
+ font-size: 0.9rem;
68
+ border-bottom: 1px solid transparent;
69
+ }
70
+
71
+ nav a:hover {
72
+ border-bottom: 1px solid var(--accent);
73
+ }
74
+
75
+ /* --- Blog Post Layout --- */
76
+ .post-header {
77
+ margin-bottom: 3rem;
78
+ }
79
+
80
+ .post-header h2 {
81
+ font-size: 3rem;
82
+ line-height: 1.1;
83
+ margin-bottom: 1rem;
84
+ font-weight: 800;
85
+ }
86
+
87
+ .post-meta {
88
+ font-family: var(--font-mono);
89
+ color: var(--accent);
90
+ font-size: 0.9rem;
91
+ margin-bottom: 2rem;
92
+ }
93
+
94
+ .post-content {
95
+ background: var(--surface);
96
+ border: 1px solid var(--border);
97
+ padding: 3rem;
98
+ margin-bottom: 4rem;
99
+ }
100
+
101
+ .post-content h2 {
102
+ font-size: 1.8rem;
103
+ margin: 2.5rem 0 1rem 0;
104
+ color: var(--accent);
105
+ }
106
+
107
+ .post-content h2:first-child {
108
+ margin-top: 0;
109
+ }
110
+
111
+ .post-content p {
112
+ margin-bottom: 1.5rem;
113
+ font-size: 1.1rem;
114
+ color: var(--text);
115
+ }
116
+
117
+ .post-content ul {
118
+ margin-bottom: 1.5rem;
119
+ padding-left: 1.5rem;
120
+ }
121
+
122
+ .post-content li {
123
+ margin-bottom: 0.5rem;
124
+ }
125
+
126
+ .post-content strong {
127
+ color: #fff;
128
+ }
129
+
130
+ .post-content img.post-logo {
131
+ margin-bottom: 2rem;
132
+ border: 1px solid var(--border);
133
+ }
134
+
135
+ /* --- Tags --- */
136
+ .tags {
137
+ display: flex;
138
+ gap: 0.5rem;
139
+ margin-top: 2rem;
140
+ }
141
+
142
+ .tag {
143
+ font-family: var(--font-mono);
144
+ font-size: 0.7rem;
145
+ padding: 2px 8px;
146
+ border: 1px solid var(--border);
147
+ border-radius: 4px;
148
+ color: var(--muted);
149
+ }
150
+
151
+ /* --- Hardware Stats (Consistent with index) --- */
152
+ .stats-grid {
153
+ display: grid;
154
+ grid-template-columns: 1fr 1fr;
155
+ gap: 1rem;
156
+ margin-top: 4rem;
157
+ border-top: 1px solid var(--border);
158
+ padding-top: 2rem;
159
+ }
160
+
161
+ .stat-box {
162
+ padding: 1rem;
163
+ border-left: 2px solid var(--accent);
164
+ }
165
+
166
+ .stat-box small {
167
+ display: block;
168
+ color: var(--muted);
169
+ font-family: var(--font-mono);
170
+ }
171
+
172
+ footer {
173
+ margin-top: 6rem;
174
+ padding-bottom: 2rem;
175
+ font-size: 0.8rem;
176
+ color: var(--muted);
177
+ text-align: center;
178
+ }
179
+
180
+ @media (max-width: 600px) {
181
+ .post-header h2 { font-size: 2rem; }
182
+ .post-content { padding: 1.5rem; }
183
+ header { flex-direction: column; align-items: flex-start; gap: 1rem; }
184
+ nav a { margin-left: 0; margin-right: 1rem; }
185
+ .stats-grid { grid-template-columns: 1fr; }
186
+ }
187
+ </style>
188
  </head>
189
  <body>
190
+
191
  <div class="container">
192
  <header>
193
  <div class="logo-area">
194
+ <a href="index.html"><h1>SupraLabs_</h1></a>
195
  </div>
196
+ <nav>
197
+ <a href="index.html#news">News</a>
198
+ <a href="https://huggingface.co/SupraLabs">HuggingFace</a>
199
+ <a href="index.html#hardware">Hardware</a>
200
+ </nav>
201
  </header>
202
 
203
+ <article>
204
+ <div class="post-header">
205
+ <div class="post-meta">// 2025-05-11 | Founding_Announcement</div>
206
+ <h2>We founded SupraLabs:<br>Real Open Source AI</h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
207
  </div>
208
 
209
+ <div class="post-content">
210
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/697f2832c2c5e4daa93cece7/dLbJid_a6DBmVhoVLKo0m.png" width="300" class="post-logo" alt="SupraLabs Logo">
211
+
212
+ <p>Welcome to SupraLabs! Today marks a pivotal moment in our mission to democratize artificial intelligence.</p>
213
+
214
+ <h2>🤝 Who we are</h2>
215
+ <p>We are <strong>@AxionLab-official</strong> and <strong>@LH-Tech-AI</strong>. Together, we are building a home for high-performance, small-scale models that anyone can run and understand.</p>
216
 
217
+ <h2>🎯 What we do</h2>
218
+ <p>We train, finetune, and explore small models with exceptional results. Our goal is to revolutionize the AI landscape by proving that you don't need a massive data center to create impactful intelligence. We make AI accessible to everyone!</p>
219
+
220
+ <h2>🚫 What we do NOT do</h2>
221
+ <p>We are <strong>not</strong> interested in "slop." We don't release bad, trashy, or unclean models. Most importantly: we do <strong>not</strong> do "open-weights" decoys. Our models are 100% open-source for the community.</p>
222
+
223
+ <h2>🏗️ Future roadmap</h2>
224
+ <ul>
225
+ <li><strong>Supra-10M</strong> - Base, Chat, Reasoning. Trained on RTX 5060 Ti 16GB, leveraging Nvidia technologies and CUDA.</li>
226
+ <li><strong>Supra-1M</strong> - Base, Chat, Reasoning. Trained on GTX 750Ti 4GB, pushing the limits of optimization.</li>
227
+ </ul>
228
+
229
+ <h2>🫶 Feedback and Support</h2>
230
+ <p>Feedback and support are very welcome! We are building this for you. Feel free to reach out or ask to join our organization if you share our vision.</p>
231
+
232
+ <div class="tags">
233
+ <span class="tag">#announcement</span>
234
+ <span class="tag">#roadmap</span>
235
+ <span class="tag">#open-source</span>
236
+ <span class="tag">#AI</span>
237
+ </div>
238
+ </div>
239
  </article>
240
 
241
+ <div class="stats-grid">
242
+ <div class="stat-box">
243
+ <small>Main Node</small>
244
+ <strong>RTX 5060 Ti 16GB</strong>
245
+ <p class="mono" style="font-size: 0.8rem; color: var(--accent);">[LH-Tech AI]</p>
246
+ </div>
247
+ <div class="stat-box">
248
+ <small>Secondary Node</small>
249
+ <strong>GTX 750Ti 4GB</strong>
250
+ <p class="mono" style="font-size: 0.8rem; color: var(--accent);">[AxionLab]</p>
251
+ </div>
252
+ </div>
253
+
254
  <footer>
255
+ <p class="mono">&copy; 2026 SupraLabs // Built for the community.</p>
256
  </footer>
257
  </div>
258
+
259
  </body>
260
  </html>