Skip to content

Commit c1612ff

Browse files
[bugfix]: pin fastvideo-kernel to Torch 2.12.0 (#1774)
1 parent a534ba2 commit c1612ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fastvideo-kernel/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"scikit-build-core>=0.10",
4-
"torch>=2.5.0",
4+
"torch==2.12.0",
55
"setuptools>=61.0.0",
66
"wheel"
77
]
@@ -22,7 +22,7 @@ classifiers = [
2222
"Environment :: GPU :: NVIDIA CUDA",
2323
]
2424
dependencies = [
25-
"torch>=2.5.0",
25+
"torch==2.12.0",
2626
"triton>=2.0.0; sys_platform == 'linux'",
2727
]
2828

0 commit comments

Comments
 (0)