[CPU] Upgrade torch cpu dependencies to version 2.14. (#37939)
Co-authored-by: Niu Ziru <niuziru@a4bf018d3341.jf.intel.com>
This commit is contained in:
@@ -60,13 +60,13 @@ dependencies = [
|
||||
"tabulate",
|
||||
"tiktoken",
|
||||
"timm==1.0.16",
|
||||
"torch==2.12.0",
|
||||
"torch==2.14.0",
|
||||
"torchaudio==2.11.0",
|
||||
"torchcodec==0.12.0 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')",
|
||||
"torchvision==0.27.0",
|
||||
"torchvision==0.29.0",
|
||||
"tqdm",
|
||||
"transformers==5.12.1",
|
||||
"triton==3.7.0",
|
||||
"triton==3.8.0",
|
||||
"uvicorn",
|
||||
"uvloop",
|
||||
"xxhash",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.18 FATAL_ERROR)
|
||||
project(sgl_kernel)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"scikit-build-core>=0.10",
|
||||
"torch==2.12.0",
|
||||
"torch==2.14.0",
|
||||
"wheel",
|
||||
]
|
||||
build-backend = "scikit_build_core.build"
|
||||
|
||||
Reference in New Issue
Block a user