Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="./assets/page.jpg" alt="Logo" width="">
<img src="./assets/page.jpg" alt="Logo" width="500">
</div>

# SPEC-RL: Accelerating On-Policy Reinforcement Learning via Speculative Rollouts
Expand All @@ -15,9 +15,9 @@

<!-- **Authors:** -->

**_¹ [Bingshuai Liu](https://bingshuailiu.github.io), [Ante Wang](), ¹ [Zijun Min](),_**
**_¹ [Bingshuai Liu](https://bingshuailiu.github.io), ¹ Ante Wang, ¹ Zijun Min,_**

**_² [Liang Yao](), ² [Haibo Zhang](), ² [Anxiang Zeng](), ¹ <sup>*</sup>[Jinsong Su]()_**
**_² Liang Yao, ² Haibo Zhang, ² Anxiang Zeng, ¹ <sup>*</sup>Jinsong Su_**


<!-- **Affiliations:** -->
Expand Down
2 changes: 1 addition & 1 deletion requirements-npu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ peft
pyarrow>=15.0.0
pybind11
pylatexenc
tensordict>=0.8.0,<=0.9.1,!=0.9.0
tensordict>=0.8.0,!=0.9.0,<=0.10.0
transformers==4.52.4
ray==2.46.0
wandb
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pybind11
pylatexenc
pre-commit
ray[default]
tensordict>=0.8.0,<=0.9.1,!=0.9.0
tensordict>=0.8.0,!=0.9.0,<=0.10.0
torchdata
transformers
# vllm==0.8.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_sglang.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pyarrow>=19.0.0
pybind11
pylatexenc
ray[default]>=2.10
tensordict>=0.8.0,<=0.9.1,!=0.9.0
tensordict>=0.8.0,!=0.9.0,<=0.10.0
torchdata
torchvision
transformers
Expand Down
Loading