requirements-cuda.txt 433 Bytes
Newer Older
1
2
3
4
5
# Common dependencies
-r requirements-common.txt

# Dependencies for NVIDIA GPUs
ray >= 2.9
6
nvidia-ml-py # for pynvml package
7
torch == 2.4.0
8
# These must be updated alongside torch
9
10
11
torchvision == 0.19   # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
xformers == 0.0.27.post2  # Requires PyTorch 2.4.0
vllm-flash-attn == 2.6.0  # Requires PyTorch 2.4.0