2024-04-05 15:39:17 +08:00
|
|
|
# Common dependencies
|
|
|
|
|
-r requirements-common.txt
|
|
|
|
|
|
|
|
|
|
# Dependencies for NVIDIA GPUs
|
|
|
|
|
ray >= 2.9
|
2024-04-24 09:33:12 +08:00
|
|
|
nvidia-ml-py # for pynvml package
|
2024-04-05 15:39:17 +08:00
|
|
|
vllm-nccl-cu12>=2.18,<2.19 # for downloading nccl library
|
2024-04-30 08:05:47 +08:00
|
|
|
torch == 2.3.0
|
|
|
|
|
xformers == 0.0.26.post1 # Requires PyTorch 2.3.0
|
2024-05-20 09:11:30 +08:00
|
|
|
vllm-flash-attn == 2.5.8.post2 # Requires PyTorch 2.3.0
|