[CPU] upgrade dependent torch ver to PT2.12 (#21456)

Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
This commit is contained in:
Zaili Wang
2026-06-04 11:04:11 +08:00
committed by GitHub
co-authored by Ma Mingfei
parent 29d23e198f
commit 3b7a258f63
11 changed files with 18 additions and 22 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
[build-system]
requires = [
"scikit-build-core>=0.10",
"torch==2.9.0",
"torch==2.12.0",
"wheel",
]
build-backend = "scikit_build_core.build"
@@ -9,7 +9,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "sglang-kernel-cpu"
version = "0.4.3"
description = "Kernel Library for SGLang"
description = "CPU Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }