Spaces:
Running
Running
Update index.html
Browse files- index.html +30 -7
index.html
CHANGED
|
@@ -2,18 +2,41 @@
|
|
| 2 |
<html>
|
| 3 |
<head>
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
-
<meta name="viewport" content="width=device-width" />
|
| 6 |
-
<title>
|
| 7 |
<link rel="stylesheet" href="style.css" />
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<div class="card">
|
| 11 |
-
<
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
| 16 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
</div>
|
| 18 |
</body>
|
| 19 |
</html>
|
|
|
|
|
|
| 2 |
<html>
|
| 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 |
+
|