Jonny Borges

Results 118 comments of Jonny Borges
trafficstars

I'll do when I promote the release candidate to stable. There's a lot to put in these logs, more than 6 months of work not only mine, but the whole...

It Will investigate why it is failing in tests

Same problem here, I just update my mac

I think it is definitely fixed in version 5

Getting the same error on an H100 on Lambda Labs too

> > Getting the same error on an H100 on Lambda Labs too > > Try to run it w/o 8-bit mode since you are on H100 I tried it....

export this variables: ``` export PATH=/usr/local/cuda/bin:$PATH export LD_LIBRARY_PATH=/usr/local/cuda/lib64:$LD_LIBRARY_PATH ``` Install the compatible cuda (11.7 hasn't support to H100): ``` sudo apt install cuda-nvcc-11-8 libcusparse-11-8 libcusparse-dev-11-8 libcublas-dev-11-8 libcublas-11-8 libcusolver-dev-11-8 libcusolver-11-8 ```...

I can confirm, upgrading bitsandbytes to bitsandbytes==0.37.2 does NOT solve the problem.