File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ The following steps are quick installation guide for verl-SGLang.
7979 git clone https://github.com/volcengine/verl verl-sglang && cd verl-sglang
8080 python3 -m uv pip install .
8181
82- # Install the latest stable version of sglang with verl support, currently, the latest version is 0.4.3 .post3
82+ # Install the latest stable version of sglang with verl support, currently, the latest version is 0.4.4 .post3
8383 # For SGLang installation, you can also refer to https://docs.sglang.ai/start/install.html
84- python3 -m uv pip install " sglang[all]==0.4.4.post1 " --find-links https://flashinfer.ai/whl/cu124/torch2.5/flashinfer-python
84+ python3 -m uv pip install " sglang[all]==0.4.4.post3 " --find-links https://flashinfer.ai/whl/cu124/torch2.5/flashinfer-python
8585
8686
8787 Install from custom environment
You can’t perform that action at this time.
0 commit comments