"src/libtorchaudio/sox/effects.cpp" did not exist on "f1d8d1e0da44f6503c01ddcae2e40772b400ea2d"
Unverified Commit 0ad7f6f8 authored by Hugo Larcher's avatar Hugo Larcher Committed by GitHub
Browse files

fix: Remove bitsandbytes installation when running cpu-only install (#2216)

Remove bitsandbytes installation when running cpu-only install
parent 457fb0a1
......@@ -21,13 +21,14 @@ gen-server:
install-server: gen-server
pip install pip --upgrade
pip install -r requirements_cuda.txt
pip install -e ".[bnb, accelerate, quantize, peft, outlines]"
pip install -e ".[accelerate, quantize, peft, outlines]"
install: install-cuda
echo "Installed server"
install-cuda: install-server install-flash-attention-v2-cuda install-vllm-cuda install-flash-attention
pip install -e ".[bnb]"
install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment