Skip to content

Commit e4cb595

Browse files
committed
Add frontmatter to bitwise-exact RL blog post
Added Jekyll frontmatter with layout, title, and author metadata to properly render the blog post. Signed-off-by: Bram Wasti <[email protected]>
1 parent ca1c7a9 commit e4cb595

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_posts/2025-11-10-bitwise-exact-rl.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Bitwise-exact Batch Invariant On-Policy Reinforcement Learning with vLLM and TorchTitan
1+
---
2+
layout: post
3+
title: "Bitwise-exact Batch Invariant On-Policy Reinforcement Learning with vLLM and TorchTitan"
4+
author: "vLLM and TorchTitan Teams"
5+
---
26

37
In the septillions of flops used to pre-train models, this mismatch between values has largely been avoidable. Pre-training typically runs at a fixed batch size which induces the same reduction kernels to be run - often side-stepping the issue entirely.
48

0 commit comments

Comments
 (0)