Skip to content

Commit

Permalink
Make moe-kernels and marlin-kernels mandatory in CUDA installs (#2632)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored Oct 23, 2024
1 parent 9c9ef37 commit f58eb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f58eb70

Please sign in to comment.