mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix makefile
This commit is contained in:
parent
a84373c918
commit
80087783a5
@ -20,7 +20,7 @@ gen-server:
|
||||
|
||||
install-server: gen-server
|
||||
pip install pip --upgrade
|
||||
pip install -r requirements_cuda.txt
|
||||
pip install -r requirements_intel.txt
|
||||
pip install -e ".[accelerate, quantize, peft, outlines]"
|
||||
|
||||
|
||||
@ -28,7 +28,8 @@ 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]"
|
||||
pip install -r requirements_cuda.txt
|
||||
pip install -e ".[cuda, bnb]"
|
||||
|
||||
install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user