2024-04-05 00:39:17 -07:00
|
|
|
# Common dependencies
|
2025-03-08 17:44:35 +01:00
|
|
|
-r common.txt
|
2024-04-05 00:39:17 -07:00
|
|
|
|
2025-03-05 09:55:00 +05:30
|
|
|
numba == 0.60.0 # v0.61 doesn't support Python 3.9. Required for N-gram speculative decoding
|
|
|
|
|
2024-04-05 00:39:17 -07:00
|
|
|
# Dependencies for AMD GPUs
|
2024-07-20 11:39:07 -05:00
|
|
|
awscli
|
|
|
|
boto3
|
|
|
|
botocore
|
2024-12-11 00:39:53 -08:00
|
|
|
datasets
|
2024-05-20 13:29:28 -05:00
|
|
|
ray >= 2.10.0
|
2024-07-20 11:39:07 -05:00
|
|
|
peft
|
2024-05-20 13:29:28 -05:00
|
|
|
pytest-asyncio
|
2024-12-11 00:39:53 -08:00
|
|
|
tensorizer>=2.9.0
|
2025-02-19 19:56:06 -08:00
|
|
|
runai-model-streamer==0.11.0
|
2025-03-05 09:55:00 +05:30
|
|
|
runai-model-streamer-s3==0.11.0
|