[Intel XPU]Update pytorch xpu to 2.9 (#12363)

This commit is contained in:
gaopengff
2025-11-07 02:34:23 +08:00
committed by GitHub
parent 4cc725ac1c
commit 4e234b4cf9
3 changed files with 5 additions and 5 deletions

View File

@@ -15,8 +15,8 @@ classifiers = [
]
dependencies = [
"torch==2.8.0",
"torchaudio==2.8.0",
"torch==2.9.0",
"torchaudio==2.9.0",
"torchvision",
"sgl-kernel @ git+https://github.com/sgl-project/sgl-kernel-xpu.git",
"IPython",