Skip to content

sgl-project/sgl-whl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wheels Index

⚠️ Under active development — Work in Progress

SGLang Wheels Index

Select your preferences and run the install command.

NVIDIA GPU

# default cu128 on pypi
pip3 install sglang --upgrade

# cu126
pip3 install sglang --index-url https://docs.sglang.ai/sgl-whl/cu126 --upgrade
# cu128
pip3 install sglang --index-url https://docs.sglang.ai/sgl-whl/cu128 --upgrade
# cu129
pip3 install sglang --index-url https://docs.sglang.ai/sgl-whl/cu129 --upgrade

AMD ROCm GPU

pip3 install sglang --index-url https://docs.sglang.ai/sgl-whl/rocm6.4 --upgrade

Intel AMX CPU

pip3 install sglang --index-url https://docs.sglang.ai/sgl-whl/amx --upgrade

Google TPU

pip3 install sglang --index-url https://docs.sglang.ai/sgl-whl/tpu --upgrade

SGLang Kernel Wheels Index

Select your preferences and run the install command.

NVIDIA GPU

# default cu128 on pypi
pip3 install sgl-kernel --upgrade

# cu126
pip3 install sgl-kernel --index-url https://docs.sglang.ai/sgl-whl/kernel/cu126 --upgrade
# cu128
pip3 install sgl-kernel --index-url https://docs.sglang.ai/sgl-whl/kernel/cu128 --upgrade
# cu129
pip3 install sgl-kernel --index-url https://docs.sglang.ai/sgl-whl/kernel/cu129 --upgrade

AMD ROCm GPU

pip3 install sgl-kernel --index-url https://docs.sglang.ai/sgl-whl/kernel/rocm6.4 --upgrade

Intel AMX CPU

pip3 install sgl-kernel --index-url https://docs.sglang.ai/sgl-whl/kernel/amx --upgrade

About

SGLang wheels for multiple platforms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors