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

# Dependencies for NVIDIA GPUs
Rui Qiao's avatar
Rui Qiao committed
5
ray[cgraph] >= 2.43.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
6
torch == 2.5.1
7
torchaudio==2.5.1
8
# These must be updated alongside torch
9
torchvision == 0.20.1 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
10
xformers == 0.0.28.post3; platform_system == 'Linux' and platform_machine == 'x86_64'  # Requires PyTorch 2.5.1