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

4
numba == 0.60.0; python_version == '3.9' # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
cyyever's avatar
cyyever committed
5
numba == 0.61.2; python_version > '3.9'
6

zhuwenwen's avatar
zhuwenwen committed
7
# Dependencies for hcus
8
9
boto3
botocore
10
datasets
11
ray>=2.10.0,<2.45.0
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
19
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0
zhuwenwen's avatar
zhuwenwen committed
20
# conch-triton-kernels==1.2.1 # numpy>=1.26.4
21
22
23
24

numa
python-multipart
pytrie
zhuwenwen's avatar
zhuwenwen committed
25
setuptools_scm>=8
zhuwenwen's avatar
zhuwenwen committed
26
cmake==3.29
27

zhuwenwen's avatar
zhuwenwen committed
28
torch == 2.5.1
zhuwenwen's avatar
zhuwenwen committed
29
triton == 3.0.0
30
flash_attn == 2.6.1
zhuwenwen's avatar
zhuwenwen committed
31
flash_mla == 1.0.0
zhuwenwen's avatar
zhuwenwen committed
32
lmslim == 0.3.0
zhuwenwen's avatar
zhuwenwen committed
33