File tree Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Expand file tree Collapse file tree 2 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ torch==2.7.1
26
26
torchaudio==2.7.1
27
27
torchvision==0.22.1
28
28
transformers_stream_generator # required for qwen-vl test
29
- mamba_ssm # required for plamo2 test
29
+ mamba_ssm==2.2.5 # required for plamo2 test
30
30
matplotlib # required for qwen-vl test
31
31
mistral_common[opencv] >= 1.8.0 # required for voxtral test
32
32
num2words # required for smolvlm test
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ argcomplete==3.5.1
31
31
# via datamodel-code-generator
32
32
arrow==1.3.0
33
33
# via isoduration
34
+ async-timeout==5.0.1
35
+ # via
36
+ # aiohttp
37
+ # redis
34
38
attrs==24.2.0
35
39
# via
36
40
# aiohttp
@@ -141,6 +145,11 @@ eval-type-backport==0.2.2
141
145
# via mteb
142
146
evaluate==0.4.3
143
147
# via lm-eval
148
+ exceptiongroup==1.3.0
149
+ # via
150
+ # anyio
151
+ # hypothesis
152
+ # pytest
144
153
fastparquet==2024.11.0
145
154
# via genai-perf
146
155
fastrlock==0.8.2
@@ -291,7 +300,7 @@ lxml==5.3.0
291
300
# via
292
301
# blobfile
293
302
# sacrebleu
294
- mamba-ssm==2.2.4
303
+ mamba-ssm==2.2.5
295
304
# via -r requirements/test.in
296
305
markdown-it-py==3.0.0
297
306
# via rich
@@ -702,7 +711,6 @@ setuptools==77.0.3
702
711
# via
703
712
# mamba-ssm
704
713
# pytablewriter
705
- # torch
706
714
# triton
707
715
shellingham==1.5.4
708
716
# via typer
@@ -767,8 +775,13 @@ tokenizers==0.21.1
767
775
# via
768
776
# -r requirements/test.in
769
777
# transformers
778
+ toml==0.10.2
779
+ # via datamodel-code-generator
770
780
tomli==2.2.1
771
- # via schemathesis
781
+ # via
782
+ # black
783
+ # pytest
784
+ # schemathesis
772
785
tomli-w==1.2.0
773
786
# via schemathesis
774
787
torch==2.7.1+cu128
@@ -829,7 +842,9 @@ transformers==4.53.2
829
842
transformers-stream-generator==0.0.5
830
843
# via -r requirements/test.in
831
844
triton==3.3.1
832
- # via torch
845
+ # via
846
+ # mamba-ssm
847
+ # torch
833
848
tritonclient==2.51.0
834
849
# via
835
850
# -r requirements/test.in
@@ -845,14 +860,19 @@ types-python-dateutil==2.9.0.20241206
845
860
# via arrow
846
861
typing-extensions==4.12.2
847
862
# via
863
+ # anyio
864
+ # black
865
+ # exceptiongroup
848
866
# huggingface-hub
849
867
# librosa
850
868
# mistral-common
851
869
# mteb
870
+ # multidict
852
871
# pqdm
853
872
# pydantic
854
873
# pydantic-core
855
874
# pydantic-extra-types
875
+ # rich
856
876
# torch
857
877
# typer
858
878
# typing-inspection
You can’t perform that action at this time.
0 commit comments