Set TORCH_VERSION to 2.9.0 to match xformers 0.0.33's torch pin (#7581)

This commit is contained in:
AJ-Gazin
2026-05-20 10:32:52 -03:00
committed by GitHub
parent 3a63a0eeda
commit f5e92c6a93
+1 -1
View File
@@ -11,7 +11,7 @@ import subprocess
import sys
# Define the required versions
TORCH_VERSION = "2.9.1"
TORCH_VERSION = "2.9.0"
PYTHON_VERSION = "3.13"
LIBSTDCXX_VERSION_LINUX = "12.1.0"