Arvind Sundararajan

Results 3 comments of Arvind Sundararajan

I think I have a fix here: https://github.com/facebookresearch/xformers/pull/935

I am running into the same issue as well on a H100: torch 1.13.1, bitsandbytes==0.38.1, cuda 11.8, python 3.10, cublas 11.11.3.6 ``` result = super().forward(x) File "/home/arvind/.local/lib/python3.10/site-packages/bitsandbytes/nn/modules.py", line 320, in...

If others want to test, I have a patch to fix cuda12.1 compilation from source. If other folks could test it please do. https://github.com/facebookresearch/xformers/pull/935