"vscode:/vscode.git/clone" did not exist on "24a85cca61fda92b9376fe45da1dcb10c8853066"
nightly_torch_test.txt 889 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Dependency that able to run entrypoints test
# pytest and its extensions
pytest
pytest-asyncio
pytest-forked
pytest-mock
pytest-rerunfailures
pytest-shard
pytest-timeout

librosa # required by audio tests in entrypoints/openai
sentence-transformers
numba == 0.61.2; python_version > '3.9'
# testing utils
boto3
botocore
datasets
ray >= 2.10.0
peft
runai-model-streamer==0.11.0
runai-model-streamer-s3==0.11.0
tensorizer>=2.9.0
lm-eval==0.4.8
buildkite-test-collector==0.1.9
lm-eval[api]==0.4.8 # required for model evaluation test
26
27
28
29
30
31
32

# required for quantization test
bitsandbytes>=0.45.3

# required for minicpmo_26 test
vector_quantize_pytorch
vocos
33
34
35
36
37
38
39
40

# required for Basic Models Test
blobfile # required for kimi-vl test
matplotlib # required for qwen-vl test

# required for  Multi-Modal Models Test (Standard)
num2words # required for smolvlm test
pqdm
41
timm # required for internvl test