cuda.txt 454 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
7
ray[cgraph]>=2.48.0
8
9
torch==2.10.0
torchaudio==2.10.0
10
# These must be updated alongside torch
11
torchvision==0.25.0 # 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.3