[CPU] upgrade dependent torch ver to PT2.12 (#21456)
Co-authored-by: Ma Mingfei <mingfei.ma@intel.com>
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user