mirror of
https://github.com/oobabooga/textgen.git
synced 2026-07-23 11:20:54 -05:00
Set TORCH_VERSION to 2.9.0 to match xformers 0.0.33's torch pin (#7581)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user