File size: 1,125 Bytes
256576b
 
 
 
2249be8
6950958
256576b
 
 
 
2249be8
 
6950958
2249be8
 
6950958
256576b
2249be8
 
 
6950958
 
2249be8
 
6950958
799c249
2249be8
 
 
 
6950958
2249be8
 
 
6ef20c8
2249be8
256576b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<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>