diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

xformers precompiled wheel not supported on Debian 10 VM

Open balintdecsi opened this issue 1 year ago • 0 comments

Describe the bug

I'm running the dreambooth notebook on a Debian 10 based VM with CUDA 11.0 and when executing the xformers-installing cell, I get the following error: ERROR: xformers-0.0.15.dev0+4c06c79.d20221201-cp38-cp38-linux_x86_64.whl is not a supported wheel on this platform. Am I missing something or is this a bug?

Reproduction

python3 -m pip install -q https://github.com/ShivamShrirao/xformers-wheels/releases/download/4c06c79/xformers-0.0.15.dev0+4c06c79.d20221201-cp38-cp38-linux_x86_64.whl

Logs

No response

System Info

Traceback (most recent call last): File "/opt/conda/bin/diffusers-cli", line 5, in <module> from diffusers.commands.diffusers_cli import main File "/opt/conda/lib/python3.7/site-packages/diffusers/__init__.py", line 1, in <module> from .utils import ( File "/opt/conda/lib/python3.7/site-packages/diffusers/utils/__init__.py", line 46, in <module> from .testing_utils import ( File "/opt/conda/lib/python3.7/site-packages/diffusers/utils/testing_utils.py", line 27, in <module> import torch File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 191, in <module> _load_global_deps() File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 153, in _load_global_deps ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL) File "/opt/conda/lib/python3.7/ctypes/__init__.py", line 364, in __init__ self._handle = _dlopen(self._name, mode) OSError: /opt/conda/lib/python3.7/site-packages/torch/lib/../../nvidia/cublas/lib/libcublas.so.11: symbol cublasLtHSHMatmulAlgoInit version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference

balintdecsi avatar Dec 06 '22 19:12 balintdecsi