Make moe-kernels and marlin-kernels mandatory in CUDA installs (#2632)
This commit is contained in:
parent
9c9ef37c56
commit
f58eb70ebf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue