cuda.txt 515 Bytes
Newer Older
1
# Common dependencies
2
-r common.txt
3

4
numba == 0.61.2 # Required for N-gram speculative decoding
5

6
# Dependencies for NVIDIA GPUs
Rui Qiao's avatar
Rui Qiao committed
7
ray[cgraph]>=2.48.0 # Ray Compiled Graph, required for pipeline parallelism in V1.
8
9
torch==2.9.1
torchaudio==2.9.1
10
# These must be updated alongside torch
11
torchvision==0.24.1 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
12
# FlashInfer should be updated together with the Dockerfile
13
flashinfer-python==0.6.2