Spaces:
Running
Running
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
| <title>ForgeLoopGRPO</title> | |
| <link rel="stylesheet" href="style.css" /> | |
| </head> | |
| <body> | |
| <div class="card"> | |
| <div class="header-row"> | |
| <h1>ForgeLoopGRPO</h1> | |
| <span class="badge">Linux Only</span> | |
| </div> | |
| <p class="description"> | |
| Optimized Group Relative Policy Optimization (GRPO) training framework built to execute locally via Linux CLI on custom hardware configurations. | |
| </p> | |
| <div class="stats-grid"> | |
| <div class="stat-box"> | |
| <span class="stat-label">Local Compute Node</span> | |
| <span class="stat-value">1x RTX 4090 GPU</span> | |
| </div> | |
| <div class="stat-box"> | |
| <span class="stat-label">Inference Engine</span> | |
| <span class="stat-value">vLLM 0.25.1</span> | |
| </div> | |
| </div> | |
| <div class="info-section"> | |
| <h3>Local Training Deployment</h3> | |
| </div> | |
| <div class="footer-links"> | |
| <a href="https://github.com/RealRaven/ForgeLoopGRPO" target="_blank" class="btn">View Github Repository</a> | |
| </div> | |
| </div> | |
| </body> | |
| </html> | |