Skip to content

Commit 6da0441

Browse files
authored
fix: update xformers to 0.0.23 (#2517)
WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for: PyTorch 2.0.1+cu118 with CUDA 1108 (you have 2.1.0+cu121) Python 3.10.11 (you have 3.10.9)
1 parent bc9c586 commit 6da0441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def prepare_environment():
4242

4343
if TRY_INSTALL_XFORMERS:
4444
if REINSTALL_ALL or not is_installed("xformers"):
45-
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.20')
45+
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.23')
4646
if platform.system() == "Windows":
4747
if platform.python_version().startswith("3.10"):
4848
run_pip(f"install -U -I --no-deps {xformers_package}", "xformers", live=True)

0 commit comments

Comments
 (0)