TrueRealRaven commited on
Commit
6950958
·
verified ·
1 Parent(s): 9957d4c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +10 -12
index.html CHANGED
@@ -3,40 +3,38 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
- <title>ForgeLoopGRPO Dashboard</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
  <div class="header-row">
12
  <h1>ForgeLoopGRPO</h1>
13
- <span class="badge">vLLM 0.22.1</span>
14
  </div>
15
  <p class="description">
16
- Optimized Group Relative Policy Optimization (GRPO) training framework built to run efficiently on a single local hardware setup.
17
  </p>
18
 
19
  <div class="stats-grid">
20
  <div class="stat-box">
21
- <span class="stat-label">Target Hardware</span>
22
- <span class="stat-value">1x RTX 4090</span>
23
  </div>
24
  <div class="stat-box">
25
- <span class="stat-label">Framework</span>
26
- <span class="stat-value">vLLM Backend</span>
27
  </div>
28
  </div>
29
 
30
  <div class="info-section">
31
- <h3>Project Status</h3>
32
- <p>This Space displays the project documentation and sync pipeline. The heavy training workloads run locally using the configuration stored in this repository.</p>
33
  </div>
34
 
35
  <div class="footer-links">
36
- <a href="https://github.com" target="_blank" class="btn">View Source Code</a>
37
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank" class="btn secondary">Spaces Docs</a>
38
  </div>
39
  </div>
40
  </body>
41
  </html>
42
-
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>ForgeLoopGRPO</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
  <div class="card">
11
  <div class="header-row">
12
  <h1>ForgeLoopGRPO</h1>
13
+ <span class="badge">Linux Only</span>
14
  </div>
15
  <p class="description">
16
+ Optimized Group Relative Policy Optimization (GRPO) training framework built to execute locally via Linux CLI on custom hardware configurations.
17
  </p>
18
 
19
  <div class="stats-grid">
20
  <div class="stat-box">
21
+ <span class="stat-label">Local Compute Node</span>
22
+ <span class="stat-value">1x RTX 4090 GPU</span>
23
  </div>
24
  <div class="stat-box">
25
+ <span class="stat-label">Inference Engine</span>
26
+ <span class="stat-value">vLLM 0.22.1</span>
27
  </div>
28
  </div>
29
 
30
  <div class="info-section">
31
+ <h3>Local Training Deployment</h3>
32
+ <p>Because the heavy training pipeline requires local physical CUDA infrastructure, this Space serves as a central hub for code hosting, hyperparameter tracking, and documentation.</p>
33
  </div>
34
 
35
  <div class="footer-links">
36
+ <a href="https://github.com" target="_blank" class="btn">View Github Repository</a>
 
37
  </div>
38
  </div>
39
  </body>
40
  </html>