conda create -n zero python=3.9
# install torch [or you can skip this step and let vllm to install the correct version for you]
pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cu121
# install vllm
pip3 install vllm==0.6.3 # or you can install 0.5.4, 0.4.2 and 0.3.1
pip3 install ray
# verl
pip install -e .
# flash attention 2
pip3 install flash-attn --no-build-isolation
# quality of life
pip install wandb IPython matplotlib
forked from Jiayi-Pan/TinyZero
-
Notifications
You must be signed in to change notification settings - Fork 0
Clean, minimal, accessible reproduction of DeepSeek R1-Zero
License
yenanjing/OpenZero
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Clean, minimal, accessible reproduction of DeepSeek R1-Zero
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 91.9%
- Shell 7.9%
- Roff 0.2%