2024-10-29 17:34:55 -10:00
|
|
|
# testing
|
|
|
|
|
pytest
|
2025-07-08 01:47:43 -04:00
|
|
|
tensorizer==2.10.1
|
2024-10-29 17:34:55 -10:00
|
|
|
pytest-forked
|
|
|
|
|
pytest-asyncio
|
|
|
|
|
pytest-rerunfailures
|
|
|
|
|
pytest-shard
|
2025-04-07 15:30:15 -07:00
|
|
|
pytest-timeout
|
2025-09-15 22:08:46 -04:00
|
|
|
pytest-cov
|
2024-10-29 17:34:55 -10:00
|
|
|
|
|
|
|
|
# testing utils
|
2026-01-05 23:00:14 +02:00
|
|
|
albumentations # required for Nemotron Parse in test_common.py
|
2026-03-15 15:14:11 +08:00
|
|
|
av # required for audio_in_video tests
|
2025-03-16 09:53:52 +08:00
|
|
|
backoff # required for phi4mm test
|
2025-04-15 05:41:48 +08:00
|
|
|
blobfile # required for kimi-vl test
|
2025-08-09 08:05:32 +02:00
|
|
|
einops # required for MPT, qwen-vl
|
2024-10-29 17:34:55 -10:00
|
|
|
httpx
|
|
|
|
|
librosa # required for audio tests
|
2025-01-29 17:24:59 +08:00
|
|
|
vector_quantize_pytorch # required for minicpmo_26 test
|
|
|
|
|
vocos # required for minicpmo_26 test
|
2025-07-28 21:17:43 +08:00
|
|
|
peft>=0.15.0 # required for phi-4-mm test
|
2025-01-07 18:25:02 +08:00
|
|
|
pqdm
|
2025-08-02 19:42:00 -07:00
|
|
|
ray[cgraph,default]>=2.48.0 # Ray Compiled Graph, required by pipeline parallelism tests
|
2026-03-21 11:36:15 +08:00
|
|
|
resampy # required for audio tests
|
2026-01-05 13:45:01 +08:00
|
|
|
sentence-transformers>=5.2.0 # required for embedding tests
|
2024-11-08 04:25:59 +08:00
|
|
|
soundfile # required for audio tests
|
2025-02-13 16:23:45 +01:00
|
|
|
jiwer # required for audio tests
|
2025-09-10 13:53:21 -07:00
|
|
|
tblib # for pickling test exceptions
|
2026-02-08 16:51:09 -05:00
|
|
|
timm >=1.0.17 # required for internvl and gemma3n-mm test
|
2026-04-07 21:55:48 -04:00
|
|
|
torch==2.11.0
|
|
|
|
|
torchaudio==2.11.0
|
|
|
|
|
torchvision==0.26.0
|
2024-10-29 17:34:55 -10:00
|
|
|
transformers_stream_generator # required for qwen-vl test
|
|
|
|
|
matplotlib # required for qwen-vl test
|
2026-04-06 13:31:19 -04:00
|
|
|
mistral_common[image,audio] >= 1.11.0 # required for voxtral test
|
2025-04-09 10:12:17 +08:00
|
|
|
num2words # required for smolvlm test
|
2026-01-05 23:00:14 +02:00
|
|
|
open_clip_torch==2.32.0 # Required for nemotron_vl test, Nemotron Parse in test_common.py
|
2026-01-22 23:51:15 +08:00
|
|
|
opencv-python-headless >= 4.13.0 # required for video test
|
2024-10-29 17:34:55 -10:00
|
|
|
datamodel_code_generator # required for minicpm3 test
|
2026-02-16 14:24:35 +01:00
|
|
|
lm-eval[api]>=0.4.11 # required for model evaluation test
|
2025-11-19 09:28:40 +03:00
|
|
|
mteb[bm25s]>=2, <3 # required for mteb test
|
2026-01-21 21:19:19 -08:00
|
|
|
transformers==4.57.5
|
2025-10-01 06:07:07 +01:00
|
|
|
tokenizers==0.22.0
|
2025-04-18 09:38:27 +05:30
|
|
|
schemathesis>=3.39.15 # Required for openai schema test.
|
2024-10-29 17:34:55 -10:00
|
|
|
# quantization
|
2026-02-21 09:34:55 +01:00
|
|
|
bitsandbytes==0.49.2
|
2024-11-01 23:04:42 +00:00
|
|
|
buildkite-test-collector==0.1.9
|
2024-10-29 17:34:55 -10:00
|
|
|
|
2025-06-26 20:55:25 -07:00
|
|
|
|
2026-01-22 23:51:15 +08:00
|
|
|
genai_perf>=0.0.8
|
|
|
|
|
tritonclient>=2.51.0
|
2025-01-17 12:15:09 +08:00
|
|
|
|
2026-02-22 03:14:41 +08:00
|
|
|
# The version of gRPC libraries should be consistent with each other
|
|
|
|
|
grpcio==1.78.0
|
|
|
|
|
grpcio-reflection==1.78.0
|
|
|
|
|
|
2025-11-07 18:31:18 -08:00
|
|
|
arctic-inference == 0.1.1 # Required for suffix decoding test
|
2025-10-08 18:40:42 +01:00
|
|
|
numba == 0.61.2 # Required for N-gram speculative decoding
|
2025-03-29 12:11:51 +08:00
|
|
|
numpy
|
2026-03-15 17:08:21 +05:30
|
|
|
runai-model-streamer[s3,gcs,azure]==0.15.7
|
2026-02-11 00:30:09 -08:00
|
|
|
fastsafetensors>=0.2.2 # 0.2.2 contains important fixes for multi-GPU mem usage
|
2026-03-15 01:05:23 +08:00
|
|
|
instanttensor>=0.1.5
|
2025-10-09 14:02:40 +01:00
|
|
|
pydantic>=2.12 # 2.11 leads to error on python 3.13
|
2026-03-25 12:24:42 -04:00
|
|
|
decord==0.6.0; platform_machine == "x86_64"
|
2026-02-14 07:03:51 +00:00
|
|
|
terratorch >= 1.2.2 # Required for Prithvi tests
|
|
|
|
|
imagehash # Required for Prithvi tests
|
|
|
|
|
segmentation-models-pytorch > 0.4.0 # Required for Prithvi tests
|
|
|
|
|
|
2025-10-21 14:20:18 -07:00
|
|
|
gpt-oss >= 0.0.7; python_version > '3.11'
|
2025-12-25 21:49:11 -05:00
|
|
|
|
|
|
|
|
perceptron # required for isaac test
|
2026-03-04 22:47:32 +08:00
|
|
|
kaldi-native-fbank >= 1.18.7 # required for fireredasr2 test
|
2026-02-14 07:03:51 +00:00
|
|
|
|
|
|
|
|
# Newer versions of datasets require torchcoded, that makes the tests fail in CI because of a missing library.
|
|
|
|
|
# Older versions are in conflict with teerratorch requirements.
|
2026-03-11 20:36:51 -07:00
|
|
|
datasets>=3.3.0,<=3.6.0
|
|
|
|
|
|
|
|
|
|
openpyxl # required for perf comparison excel report
|
|
|
|
|
plotly # required for perf comparison html report
|