Spaces:
Running
Running
Update index.html
Browse files- 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
|
| 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">
|
| 14 |
</div>
|
| 15 |
<p class="description">
|
| 16 |
-
Optimized Group Relative Policy Optimization (GRPO) training framework built to
|
| 17 |
</p>
|
| 18 |
|
| 19 |
<div class="stats-grid">
|
| 20 |
<div class="stat-box">
|
| 21 |
-
<span class="stat-label">
|
| 22 |
-
<span class="stat-value">1x RTX 4090</span>
|
| 23 |
</div>
|
| 24 |
<div class="stat-box">
|
| 25 |
-
<span class="stat-label">
|
| 26 |
-
<span class="stat-value">vLLM
|
| 27 |
</div>
|
| 28 |
</div>
|
| 29 |
|
| 30 |
<div class="info-section">
|
| 31 |
-
<h3>
|
| 32 |
-
<p>
|
| 33 |
</div>
|
| 34 |
|
| 35 |
<div class="footer-links">
|
| 36 |
-
<a href="https://github.com" target="_blank" class="btn">View
|
| 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>
|
|
|