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

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

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

10
# Dependencies for AMD GPUs
11
datasets
12
peft
13
pytest-asyncio
14
tensorizer==2.10.1
15
packaging>=24.2
16
setuptools>=77.0.3,<80.0.0
17
setuptools-scm>=8
18
runai-model-streamer[s3,gcs,azure]==0.15.7
19
conch-triton-kernels==1.2.1
20
21
22
23
timm>=1.0.17
# amd-quark: required for Quark quantization on ROCm 
# To be consistent with test_quark.py
amd-quark>=0.8.99