You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I have searched related issues but cannot get the expected help.
2. The bug has not been fixed in the latest version.
3. Please note that if the bug-related issue you submitted lacks corresponding environment info and a minimal reproducible demo, it will be challenging for us to reproduce and resolve the issue, reducing the likelihood of receiving feedback.
5. Please use English, otherwise it will be closed.
Describe the bug
use pip install sglang[all], when i run "python3 -m sglang.launch_server ...", An error occurred: "RuntimeRrror: Ninja is required to load c++ extensions"
the sglang is v0.4.0.post1,and the v0.4.0 has same error.
run check_env found CUDA_HOME is None,is CUDA_HOME mandatory?
Checklist
Describe the bug
use pip install sglang[all], when i run "python3 -m sglang.launch_server ...", An error occurred: "RuntimeRrror: Ninja is required to load c++ extensions"
the sglang is v0.4.0.post1,and the v0.4.0 has same error.
run check_env found CUDA_HOME is None,is CUDA_HOME mandatory?
Reproduction
pip install "sglang[all]" --find-links https://flashinfer.ai/whl/cu121/torch2.4/flashinfer/
Environment
CUDA_HOME: None
The text was updated successfully, but these errors were encountered: