rocm.txt 463 Bytes
Newer Older
1
# Common dependencies
2
-r common.txt
3

4
5
6
7
8
# The version of gRPC libraries should be consistent with each other
grpcio==1.78.0
grpcio-reflection==1.78.0
grpcio-tools==1.78.0

9
numba == 0.61.2 # Required for N-gram speculative decoding
10

11
# Dependencies for AMD GPUs
12
datasets
13
ray[cgraph]>=2.48.0
14
peft
15
pytest-asyncio
16
tensorizer==2.10.1
17
packaging>=24.2
18
setuptools>=77.0.3,<80.0.0
19
setuptools-scm>=8
20
runai-model-streamer[s3,gcs]==0.15.3
21
conch-triton-kernels==1.2.1
22
timm>=1.0.17