Make moe-kernels and marlin-kernels mandatory in CUDA installs (#2632)

This commit is contained in:
Daniël de Kok 2024-10-23 11:07:31 +02:00 committed by GitHub
parent 9c9ef37c56
commit f58eb70ebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ install: install-cuda
echo "Installed server"
install-cuda: install-server install-flash-attention-v2-cuda install-vllm-cuda install-flash-attention install-fbgemm
pip install -e ".[bnb]"
pip install -e ".[bnb,marlin,moe]"
pip install nvidia-nccl-cu12==2.22.3
install-rocm: install-server install-flash-attention-v2-rocm install-vllm-rocm