Unverified Commit d8a136a1 authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

upgrade sgl-kernel 0.0.5.post4 (#4873)

parent 20c90be2
...@@ -46,7 +46,7 @@ runtime_common = [ ...@@ -46,7 +46,7 @@ runtime_common = [
srt = [ srt = [
"sglang[runtime_common]", "sglang[runtime_common]",
"sgl-kernel==0.0.5.post3", "sgl-kernel==0.0.5.post4",
"flashinfer_python==0.2.3", "flashinfer_python==0.2.3",
"torch==2.5.1", "torch==2.5.1",
"cuda-python", "cuda-python",
......
...@@ -15,7 +15,7 @@ pip install -e "python[all]" --find-links https://flashinfer.ai/whl/cu124/torch2 ...@@ -15,7 +15,7 @@ pip install -e "python[all]" --find-links https://flashinfer.ai/whl/cu124/torch2
rm -rf /root/.cache/flashinfer rm -rf /root/.cache/flashinfer
# Force reinstall flashinfer and torch_memory_saver # Force reinstall flashinfer and torch_memory_saver
pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --force-reinstall --no-deps pip install flashinfer_python==0.2.3 --find-links ${FLASHINFER_REPO} --force-reinstall --no-deps
pip install sgl-kernel==0.0.5.post3 --force-reinstall pip install sgl-kernel==0.0.5.post4 --force-reinstall
pip install torch_memory_saver pip install torch_memory_saver
pip install transformers==4.50.0 sentence_transformers accelerate==1.4.0 peft pandas datasets timm pip install transformers==4.50.0 sentence_transformers accelerate==1.4.0 peft pandas datasets timm
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment