requirements-cuda.txt 440 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.3.0
8
9
# These must be updated alongside torch
torchvision == 0.18.0   # Required for phi3v processor, also see https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
10
xformers == 0.0.26.post1  # Requires PyTorch 2.3.0
11
vllm-flash-attn == 2.5.9  # Requires PyTorch 2.3.0