[CPU][Fix CI] Solidate torch version for sgl-kernel-cpu and fix device orientation error (#17460)

This commit is contained in:
Zaili Wang
2026-01-22 14:04:50 +08:00
committed by GitHub
parent e2d33531f3
commit 672eb37534
5 changed files with 27 additions and 18 deletions
+3 -2
View File
@@ -1,13 +1,13 @@
[build-system]
requires = [
"scikit-build-core>=0.10",
"torch>=2.7.1",
"torch==2.9.0",
"wheel",
]
build-backend = "scikit_build_core.build"
[project]
name = "sgl-kernel"
name = "sgl-kernel-cpu"
version = "0.3.21"
description = "Kernel Library for SGLang"
readme = "README.md"
@@ -33,3 +33,4 @@ exclude = [
cmake.source-dir = "csrc/cpu"
cmake.build-type = "Release"
minimum-version = "build-system.requires"
wheel.packages = ["python/sgl_kernel"]