[fix] table flow

This commit is contained in:
jingyaogong 2025-12-24 13:43:10 +08:00
parent 1eccfec438
commit 0afc6d6741

View File

@ -191,6 +191,7 @@
/* Models Table */
.models-table {
margin: 18px 0;
overflow-x: auto;
}
.models-table table {
@ -565,7 +566,7 @@
<p>Complete pipeline: Tokenizer → Pretrain → SFT → LoRA → PPO/GRPO/SPO</p>
</div>
<div class="feature-card">
<h3>🔬 Latest RL (2025)</h3>
<h3>🔬 Latest RL</h3>
<p>PPO, GRPO, SPO + YaRN length extrapolation. Native PyTorch implementation.</p>
</div>
<div class="feature-card">