Closed younesbelkada closed 8 months ago
@younesbelkada I updated the ReadMe in 6b7cdb5, which includes updated bitsandbytes installation instructions. Once bitsandbytes 0.43 is released we'll remove the custom installation instructions and only have the pip install.
Thanks @warner-benjamin the release should be live in the next couple of minutes
cc @Titus-Von-Koeller
@warner-benjamin bnb 0.43.0 is now live: https://pypi.org/project/bitsandbytes/
Resolved with 47c1722
Hi!
Thanks for this great work! I noticed that in the readme you mention to use
make
commands to install bnb from source. Note the Makefile has been removed in favor of CMake and the Makefile cannot be found here: https://github.com/AnswerDotAI/bitsandbytes As the commits to add FSDP support has been upstreamed into bnb main, I propose to reflect the readme to the official installation guidelines that properly guides users on how to install bnb from sourcecc @jph00