[CPU][Fix CI] Solidate torch version for sgl-kernel-cpu and fix device orientation error#17460
[CPU][Fix CI] Solidate torch version for sgl-kernel-cpu and fix device orientation error#17460Fridge003 merged 11 commits intosgl-project:mainfrom
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
/tag-run-ci-label |
|
Fix another CI error introduced by #11657 in which a 'cuda' device was hard-coded. |
|
Hi @ch-wan @ympcMark @ShangmingCai would you help review the device orientation fix? Current PR test shows that the CI failure on CPU/XPU can be fixed, but please confirm if the fix is still suitable for the feature in #11657 for CUDA as well as other devices. Thanks |
|
Added some necessary changes in
|
|
Add |
…e orientation error (#17460)
…e orientation error (sgl-project#17460)
Motivation
In
sgl-kernel/pyproject_cpu.tomlthe requirement of PyTorch version is>=2.7.1. However this triggers the installation of the latesttorch==2.10.0, leading to symbol errors for build output, assglangis built withtorch==2.9.0.Modifications
Solidate torch version in
sgl-kernel/pyproject_cpu.tomlas the same with sglang dependency.Accuracy Tests
N/A
Benchmarking and Profiling
N/A
Checklist
Review Process
/tag-run-ci-label,/rerun-failed-ci,/tag-and-rerun-ci