Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no requirements-dev.txt #1485

Open
Tuziking opened this issue Jan 23, 2025 · 1 comment
Open

no requirements-dev.txt #1485

Tuziking opened this issue Jan 23, 2025 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@Tuziking
Copy link

I am manually compiling the bitsandbytes library according to Huggingface's official documentation, but it seems that the requirements dev. txt file is missing. The specific commands are as follows:
git clone https://github.com/bitsandbytes-foundation/bitsandbytes.git && cd bitsandbytes/
pip install -r requirements-dev.txt
cmake -DCOMPUTE_BACKEND=cuda -S .
make
pip install -e . # -e for "editable" install, when developing BNB (otherwise leave that out)

@akx
Copy link
Contributor

akx commented Jan 23, 2025

requirements-dev.txt was removed in 5b01589 (#1373).

You can use pip install -e .[dev] instead for the same effect.

@matthewdouglas matthewdouglas added the documentation Improvements or additions to documentation label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants