test.txt 16.3 KB
Newer Older
1
# This file was autogenerated by uv via the following command:
2
#    uv pip compile requirements/test.in -o requirements/test.txt --index-strategy unsafe-best-match --torch-backend cu128
3
4
5
6
7
8
9
10
absl-py==2.1.0
    # via rouge-score
accelerate==1.0.1
    # via
    #   lm-eval
    #   peft
aiohappyeyeballs==2.4.3
    # via aiohttp
11
aiohttp==3.10.11
12
    # via
Rui Qiao's avatar
Rui Qiao committed
13
    #   aiohttp-cors
14
15
16
    #   datasets
    #   fsspec
    #   lm-eval
Rui Qiao's avatar
Rui Qiao committed
17
18
19
    #   ray
aiohttp-cors==0.8.1
    # via ray
20
21
22
23
24
25
26
aiosignal==1.3.1
    # via
    #   aiohttp
    #   ray
annotated-types==0.7.0
    # via pydantic
anyio==4.6.2.post1
27
28
29
    # via
    #   httpx
    #   starlette
30
31
argcomplete==3.5.1
    # via datamodel-code-generator
32
33
arrow==1.3.0
    # via isoduration
34
35
36
attrs==24.2.0
    # via
    #   aiohttp
37
    #   hypothesis
38
39
    #   jsonlines
    #   jsonschema
40
    #   pytest-subtests
41
42
43
    #   referencing
audioread==3.0.1
    # via librosa
44
backoff==2.2.1
45
46
47
    # via
    #   -r requirements/test.in
    #   schemathesis
Michael Goin's avatar
Michael Goin committed
48
bitsandbytes==0.45.3
49
    # via -r requirements/test.in
50
51
black==24.10.0
    # via datamodel-code-generator
52
53
blobfile==3.0.0
    # via -r requirements/test.in
54
boto3==1.35.57
55
    # via tensorizer
56
botocore==1.35.57
57
58
59
    # via
    #   boto3
    #   s3transfer
60
61
bounded-pool-executor==0.0.3
    # via pqdm
62
buildkite-test-collector==0.1.9
63
    # via -r requirements/test.in
Rui Qiao's avatar
Rui Qiao committed
64
65
cachetools==5.5.2
    # via google-auth
66
67
68
69
70
71
72
73
74
75
76
77
78
79
certifi==2024.8.30
    # via
    #   httpcore
    #   httpx
    #   requests
cffi==1.17.1
    # via soundfile
chardet==5.2.0
    # via mbstrdecoder
charset-normalizer==3.4.0
    # via requests
click==8.1.7
    # via
    #   black
80
    #   jiwer
81
82
    #   nltk
    #   ray
83
    #   schemathesis
84
    #   typer
85
86
87
colorama==0.4.6
    # via
    #   sacrebleu
88
    #   schemathesis
89
    #   tqdm-multiprocess
Rui Qiao's avatar
Rui Qiao committed
90
91
colorful==0.5.6
    # via ray
92
93
contourpy==1.3.0
    # via matplotlib
94
95
cramjam==2.9.0
    # via fastparquet
96
97
98
99
cupy-cuda12x==13.3.0
    # via ray
cycler==0.12.1
    # via matplotlib
100
datamodel-code-generator==0.26.3
101
    # via -r requirements/test.in
102
103
104
105
106
107
108
109
dataproperty==1.0.1
    # via
    #   pytablewriter
    #   tabledata
datasets==3.0.2
    # via
    #   evaluate
    #   lm-eval
110
    #   mteb
111
112
113
114
115
116
117
118
decorator==5.1.1
    # via librosa
dill==0.3.8
    # via
    #   datasets
    #   evaluate
    #   lm-eval
    #   multiprocess
Rui Qiao's avatar
Rui Qiao committed
119
120
distlib==0.3.9
    # via virtualenv
121
122
dnspython==2.7.0
    # via email-validator
123
124
docopt==0.6.2
    # via num2words
125
einops==0.8.0
126
    # via
127
    #   -r requirements/test.in
128
    #   encodec
Shinichi Hemmi's avatar
Shinichi Hemmi committed
129
    #   mamba-ssm
130
131
132
133
    #   vector-quantize-pytorch
    #   vocos
einx==0.3.0
    # via vector-quantize-pytorch
134
135
email-validator==2.2.0
    # via pydantic
136
137
encodec==0.1.1
    # via vocos
138
139
eval-type-backport==0.2.2
    # via mteb
140
141
evaluate==0.4.3
    # via lm-eval
142
143
fastparquet==2024.11.0
    # via genai-perf
144
145
fastrlock==0.8.2
    # via cupy-cuda12x
146
147
fastsafetensors==0.1.10
    # via -r requirements/test.in
148
149
filelock==3.16.1
    # via
150
    #   blobfile
151
152
153
154
155
    #   datasets
    #   huggingface-hub
    #   ray
    #   torch
    #   transformers
Rui Qiao's avatar
Rui Qiao committed
156
    #   virtualenv
157
158
fonttools==4.54.1
    # via matplotlib
159
160
fqdn==1.5.1
    # via jsonschema
161
162
frozendict==2.4.6
    # via einx
163
164
165
166
167
frozenlist==1.5.0
    # via
    #   aiohttp
    #   aiosignal
    #   ray
168
fsspec==2024.9.0
169
170
171
    # via
    #   datasets
    #   evaluate
172
    #   fastparquet
173
174
    #   huggingface-hub
    #   torch
175
genai-perf==0.0.8
176
    # via -r requirements/test.in
177
178
genson==1.3.0
    # via datamodel-code-generator
Rui Qiao's avatar
Rui Qiao committed
179
180
181
182
183
184
google-api-core==2.24.2
    # via opencensus
google-auth==2.40.2
    # via google-api-core
googleapis-common-protos==1.70.0
    # via google-api-core
185
186
graphql-core==3.2.6
    # via hypothesis-graphql
Rui Qiao's avatar
Rui Qiao committed
187
188
grpcio==1.71.0
    # via ray
189
190
h11==0.14.0
    # via httpcore
191
192
harfile==0.3.0
    # via schemathesis
193
194
hf-xet==0.1.4
    # via huggingface-hub
195
196
197
198
199
hiredis==3.0.0
    # via tensorizer
httpcore==1.0.6
    # via httpx
httpx==0.27.2
200
201
202
    # via
    #   -r requirements/test.in
    #   schemathesis
203
huggingface-hub==0.30.1
204
    # via
205
    #   -r requirements/test.in
206
207
208
209
210
211
212
213
    #   accelerate
    #   datasets
    #   evaluate
    #   peft
    #   sentence-transformers
    #   timm
    #   tokenizers
    #   transformers
214
    #   vocos
215
216
humanize==4.11.0
    # via runai-model-streamer
217
218
219
220
221
222
223
224
225
hypothesis==6.131.0
    # via
    #   hypothesis-graphql
    #   hypothesis-jsonschema
    #   schemathesis
hypothesis-graphql==0.11.1
    # via schemathesis
hypothesis-jsonschema==0.23.1
    # via schemathesis
226
227
228
229
230
idna==3.10
    # via
    #   anyio
    #   email-validator
    #   httpx
231
    #   jsonschema
232
233
234
235
236
237
    #   requests
    #   yarl
inflect==5.6.2
    # via datamodel-code-generator
iniconfig==2.0.0
    # via pytest
238
239
isoduration==20.11.0
    # via jsonschema
240
241
isort==5.13.2
    # via datamodel-code-generator
242
jinja2==3.1.6
243
244
245
    # via
    #   datamodel-code-generator
    #   torch
246
jiwer==3.0.5
247
    # via -r requirements/test.in
248
249
250
251
252
253
254
255
256
257
258
jmespath==1.0.1
    # via
    #   boto3
    #   botocore
joblib==1.4.2
    # via
    #   librosa
    #   nltk
    #   scikit-learn
jsonlines==4.0.0
    # via lm-eval
259
260
jsonpointer==3.0.0
    # via jsonschema
261
jsonschema==4.23.0
262
    # via
263
    #   hypothesis-jsonschema
264
265
    #   mistral-common
    #   ray
266
    #   schemathesis
267
268
jsonschema-specifications==2024.10.1
    # via jsonschema
269
270
junit-xml==1.9
    # via schemathesis
271
272
kaleido==0.2.1
    # via genai-perf
273
274
275
276
277
278
279
kiwisolver==1.4.7
    # via matplotlib
lazy-loader==0.4
    # via librosa
libnacl==2.1.0
    # via tensorizer
librosa==0.10.2.post1
280
    # via -r requirements/test.in
281
llvmlite==0.44.0
282
    # via numba
283
lm-eval==0.4.8
284
    # via -r requirements/test.in
285
lxml==5.3.0
286
287
288
    # via
    #   blobfile
    #   sacrebleu
Shinichi Hemmi's avatar
Shinichi Hemmi committed
289
290
mamba-ssm==2.2.4
    # via -r requirements/test.in
291
292
markdown-it-py==3.0.0
    # via rich
Huy Do's avatar
Huy Do committed
293
markupsafe==3.0.1
294
295
296
    # via
    #   jinja2
    #   werkzeug
297
matplotlib==3.9.2
298
    # via -r requirements/test.in
299
300
301
302
303
mbstrdecoder==1.1.3
    # via
    #   dataproperty
    #   pytablewriter
    #   typepy
304
305
mdurl==0.1.2
    # via markdown-it-py
306
mistral-common==1.6.2
307
    # via -r requirements/test.in
308
309
310
311
312
313
314
315
more-itertools==10.5.0
    # via lm-eval
mpmath==1.3.0
    # via sympy
msgpack==1.1.0
    # via
    #   librosa
    #   ray
316
317
mteb==1.38.11
    # via -r requirements/test.in
318
319
320
321
322
323
324
325
326
327
328
329
multidict==6.1.0
    # via
    #   aiohttp
    #   yarl
multiprocess==0.70.16
    # via
    #   datasets
    #   evaluate
mypy-extensions==1.0.0
    # via black
networkx==3.2.1
    # via torch
Shinichi Hemmi's avatar
Shinichi Hemmi committed
330
331
ninja==1.11.1.3
    # via mamba-ssm
332
333
nltk==3.9.1
    # via rouge-score
334
335
num2words==0.5.14
    # via -r requirements/test.in
cyyever's avatar
cyyever committed
336
numba==0.61.2
337
338
339
    # via
    #   -r requirements/test.in
    #   librosa
340
341
342
343
numexpr==2.10.1
    # via lm-eval
numpy==1.26.4
    # via
344
    #   -r requirements/test.in
345
346
347
348
349
    #   accelerate
    #   bitsandbytes
    #   contourpy
    #   cupy-cuda12x
    #   datasets
350
351
    #   einx
    #   encodec
352
    #   evaluate
353
354
    #   fastparquet
    #   genai-perf
355
356
    #   librosa
    #   matplotlib
357
    #   mistral-common
358
    #   mteb
359
360
    #   numba
    #   numexpr
361
    #   opencv-python-headless
362
    #   pandas
363
    #   patsy
364
365
    #   peft
    #   rouge-score
366
    #   runai-model-streamer
367
368
369
370
    #   sacrebleu
    #   scikit-learn
    #   scipy
    #   soxr
371
    #   statsmodels
372
373
374
    #   tensorizer
    #   torchvision
    #   transformers
375
    #   tritonclient
376
    #   vocos
377
nvidia-cublas-cu12==12.8.3.14
378
379
380
381
    # via
    #   nvidia-cudnn-cu12
    #   nvidia-cusolver-cu12
    #   torch
382
nvidia-cuda-cupti-cu12==12.8.57
383
    # via torch
384
nvidia-cuda-nvrtc-cu12==12.8.61
385
    # via torch
386
nvidia-cuda-runtime-cu12==12.8.57
387
    # via torch
388
nvidia-cudnn-cu12==9.7.1.26
389
    # via torch
390
nvidia-cufft-cu12==11.3.3.41
391
    # via torch
392
nvidia-cufile-cu12==1.13.0.11
393
    # via torch
394
nvidia-curand-cu12==10.3.9.55
395
    # via torch
396
nvidia-cusolver-cu12==11.7.2.55
Huy Do's avatar
Huy Do committed
397
    # via torch
398
nvidia-cusparse-cu12==12.5.7.53
399
400
401
    # via
    #   nvidia-cusolver-cu12
    #   torch
Huy Do's avatar
Huy Do committed
402
nvidia-cusparselt-cu12==0.6.3
Michael Goin's avatar
Michael Goin committed
403
    # via torch
Huy Do's avatar
Huy Do committed
404
nvidia-nccl-cu12==2.26.2
405
    # via torch
406
nvidia-nvjitlink-cu12==12.8.61
407
    # via
Huy Do's avatar
Huy Do committed
408
    #   nvidia-cufft-cu12
409
410
411
    #   nvidia-cusolver-cu12
    #   nvidia-cusparse-cu12
    #   torch
412
nvidia-nvtx-cu12==12.8.55
413
    # via torch
Rui Qiao's avatar
Rui Qiao committed
414
415
416
417
opencensus==0.11.4
    # via ray
opencensus-context==0.1.3
    # via opencensus
418
419
420
421
opencv-python-headless==4.11.0.86
    # via
    #   -r requirements/test.in
    #   mistral-common
422
packaging==24.2
423
424
425
426
427
428
    # via
    #   accelerate
    #   black
    #   datamodel-code-generator
    #   datasets
    #   evaluate
429
    #   fastparquet
430
431
    #   huggingface-hub
    #   lazy-loader
Shinichi Hemmi's avatar
Shinichi Hemmi committed
432
    #   mamba-ssm
433
434
    #   matplotlib
    #   peft
435
    #   plotly
436
437
438
439
    #   pooch
    #   pytest
    #   pytest-rerunfailures
    #   ray
440
    #   statsmodels
441
442
443
444
445
446
    #   transformers
    #   typepy
pandas==2.2.3
    # via
    #   datasets
    #   evaluate
447
448
449
    #   fastparquet
    #   genai-perf
    #   statsmodels
450
451
452
453
pathspec==0.12.1
    # via black
pathvalidate==3.2.1
    # via pytablewriter
454
455
patsy==1.0.1
    # via statsmodels
456
457
peft==0.13.2
    # via
458
    #   -r requirements/test.in
459
    #   lm-eval
460
pillow==10.4.0
461
    # via
462
    #   genai-perf
463
    #   matplotlib
464
    #   mistral-common
465
466
467
468
469
470
    #   sentence-transformers
    #   torchvision
platformdirs==4.3.6
    # via
    #   black
    #   pooch
Rui Qiao's avatar
Rui Qiao committed
471
    #   virtualenv
472
473
plotly==5.24.1
    # via genai-perf
474
475
pluggy==1.5.0
    # via pytest
476
477
polars==1.29.0
    # via mteb
478
479
480
481
pooch==1.8.2
    # via librosa
portalocker==2.10.1
    # via sacrebleu
482
pqdm==0.2.0
483
    # via -r requirements/test.in
Rui Qiao's avatar
Rui Qiao committed
484
485
prometheus-client==0.22.0
    # via ray
486
487
propcache==0.2.0
    # via yarl
Rui Qiao's avatar
Rui Qiao committed
488
489
proto-plus==1.26.1
    # via google-api-core
490
491
protobuf==5.28.3
    # via
Rui Qiao's avatar
Rui Qiao committed
492
493
494
    #   google-api-core
    #   googleapis-common-protos
    #   proto-plus
495
496
497
498
499
500
501
502
503
    #   ray
    #   tensorizer
psutil==6.1.0
    # via
    #   accelerate
    #   peft
    #   tensorizer
py==1.11.0
    # via pytest-forked
Rui Qiao's avatar
Rui Qiao committed
504
505
py-spy==0.4.0
    # via ray
506
pyarrow==18.0.0
507
508
509
    # via
    #   datasets
    #   genai-perf
Rui Qiao's avatar
Rui Qiao committed
510
511
512
513
514
515
pyasn1==0.6.1
    # via
    #   pyasn1-modules
    #   rsa
pyasn1-modules==0.4.2
    # via google-auth
516
517
518
519
pybind11==2.13.6
    # via lm-eval
pycparser==2.22
    # via cffi
520
521
pycryptodomex==3.22.0
    # via blobfile
522
pydantic==2.11.5
523
    # via
524
    #   -r requirements/test.in
525
526
    #   datamodel-code-generator
    #   mistral-common
527
    #   mteb
Rui Qiao's avatar
Rui Qiao committed
528
    #   ray
529
pydantic-core==2.33.2
530
    # via pydantic
531
532
pygments==2.18.0
    # via rich
533
534
pyparsing==3.2.0
    # via matplotlib
535
536
pyrate-limiter==3.7.0
    # via schemathesis
537
538
539
540
pytablewriter==1.2.0
    # via lm-eval
pytest==8.3.3
    # via
541
    #   -r requirements/test.in
542
    #   buildkite-test-collector
543
    #   genai-perf
544
545
    #   pytest-asyncio
    #   pytest-forked
546
    #   pytest-mock
547
548
    #   pytest-rerunfailures
    #   pytest-shard
549
    #   pytest-subtests
550
    #   pytest-timeout
551
    #   schemathesis
552
pytest-asyncio==0.24.0
553
    # via -r requirements/test.in
554
pytest-forked==1.6.0
555
    # via -r requirements/test.in
556
557
pytest-mock==3.14.0
    # via genai-perf
558
pytest-rerunfailures==14.0
559
    # via -r requirements/test.in
560
pytest-shard==0.1.2
561
    # via -r requirements/test.in
562
563
pytest-subtests==0.14.1
    # via schemathesis
564
565
pytest-timeout==2.3.1
    # via -r requirements/test.in
566
567
python-dateutil==2.9.0.post0
    # via
568
    #   arrow
569
570
571
572
    #   botocore
    #   matplotlib
    #   pandas
    #   typepy
573
574
python-rapidjson==1.20
    # via tritonclient
575
576
pytrec-eval-terrier==0.5.7
    # via mteb
577
578
579
580
581
582
583
584
585
pytz==2024.2
    # via
    #   pandas
    #   typepy
pyyaml==6.0.2
    # via
    #   accelerate
    #   datamodel-code-generator
    #   datasets
586
    #   genai-perf
587
588
589
    #   huggingface-hub
    #   peft
    #   ray
590
    #   responses
591
    #   schemathesis
592
593
    #   timm
    #   transformers
594
    #   vocos
595
596
rapidfuzz==3.12.1
    # via jiwer
Rui Qiao's avatar
Rui Qiao committed
597
ray==2.43.0
598
    # via -r requirements/test.in
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
redis==5.2.0
    # via tensorizer
referencing==0.35.1
    # via
    #   jsonschema
    #   jsonschema-specifications
regex==2024.9.11
    # via
    #   nltk
    #   sacrebleu
    #   tiktoken
    #   transformers
requests==2.32.3
    # via
    #   buildkite-test-collector
    #   datasets
    #   evaluate
Rui Qiao's avatar
Rui Qiao committed
616
    #   google-api-core
617
618
    #   huggingface-hub
    #   lm-eval
619
    #   mistral-common
620
    #   mteb
621
622
    #   pooch
    #   ray
623
    #   responses
624
625
    #   schemathesis
    #   starlette-testclient
626
627
    #   tiktoken
    #   transformers
628
629
responses==0.25.3
    # via genai-perf
630
631
632
633
rfc3339-validator==0.1.4
    # via jsonschema
rfc3987==1.3.8
    # via jsonschema
634
rich==13.9.4
635
636
    # via
    #   genai-perf
637
    #   mteb
638
    #   typer
639
640
rouge-score==0.1.2
    # via lm-eval
641
rpds-py==0.20.1
642
643
644
    # via
    #   jsonschema
    #   referencing
Rui Qiao's avatar
Rui Qiao committed
645
646
rsa==4.9.1
    # via google-auth
647
runai-model-streamer==0.11.0
648
    # via -r requirements/test.in
649
runai-model-streamer-s3==0.11.0
650
    # via -r requirements/test.in
651
s3transfer==0.10.3
652
    # via boto3
653
654
655
656
657
658
659
660
sacrebleu==2.4.3
    # via lm-eval
safetensors==0.4.5
    # via
    #   accelerate
    #   peft
    #   timm
    #   transformers
661
662
schemathesis==3.39.15
    # via -r requirements/test.in
663
664
665
666
scikit-learn==1.5.2
    # via
    #   librosa
    #   lm-eval
667
    #   mteb
668
669
670
671
    #   sentence-transformers
scipy==1.13.1
    # via
    #   librosa
672
    #   mteb
673
674
    #   scikit-learn
    #   sentence-transformers
675
    #   statsmodels
676
    #   vocos
677
sentence-transformers==3.2.1
678
679
680
    # via
    #   -r requirements/test.in
    #   mteb
681
682
sentencepiece==0.2.0
    # via mistral-common
683
setuptools==77.0.3
684
    # via
Shinichi Hemmi's avatar
Shinichi Hemmi committed
685
    #   mamba-ssm
686
687
    #   pytablewriter
    #   torch
Huy Do's avatar
Huy Do committed
688
    #   triton
689
690
shellingham==1.5.4
    # via typer
691
692
six==1.16.0
    # via
693
    #   junit-xml
Rui Qiao's avatar
Rui Qiao committed
694
    #   opencensus
695
    #   python-dateutil
696
    #   rfc3339-validator
697
    #   rouge-score
Rui Qiao's avatar
Rui Qiao committed
698
699
smart-open==7.1.0
    # via ray
700
701
702
703
sniffio==1.3.1
    # via
    #   anyio
    #   httpx
704
705
sortedcontainers==2.4.0
    # via hypothesis
706
707
soundfile==0.12.1
    # via
708
    #   -r requirements/test.in
709
710
711
712
713
    #   librosa
soxr==0.5.0.post1
    # via librosa
sqlitedict==2.1.0
    # via lm-eval
714
715
716
717
718
719
starlette==0.46.2
    # via
    #   schemathesis
    #   starlette-testclient
starlette-testclient==0.4.1
    # via schemathesis
720
721
statsmodels==0.14.4
    # via genai-perf
Huy Do's avatar
Huy Do committed
722
sympy==1.13.3
723
724
725
    # via
    #   einx
    #   torch
726
727
728
729
730
731
732
tabledata==1.3.3
    # via pytablewriter
tabulate==0.9.0
    # via sacrebleu
tcolorpy==0.1.6
    # via pytablewriter
tenacity==9.0.0
733
734
735
    # via
    #   lm-eval
    #   plotly
736
tensorizer==2.9.0
737
    # via -r requirements/test.in
738
739
threadpoolctl==3.5.0
    # via scikit-learn
740
741
742
743
tiktoken==0.7.0
    # via
    #   lm-eval
    #   mistral-common
744
timm==1.0.11
745
    # via -r requirements/test.in
746
747
748
749
tokenizers==0.21.1
    # via
    #   -r requirements/test.in
    #   transformers
750
751
752
753
tomli==2.2.1
    # via schemathesis
tomli-w==1.2.0
    # via schemathesis
754
torch==2.7.0+cu128
755
    # via
756
    #   -r requirements/test.in
757
758
    #   accelerate
    #   bitsandbytes
759
    #   encodec
760
    #   fastsafetensors
761
    #   lm-eval
Shinichi Hemmi's avatar
Shinichi Hemmi committed
762
    #   mamba-ssm
763
    #   mteb
764
    #   peft
765
    #   runai-model-streamer
766
767
768
    #   sentence-transformers
    #   tensorizer
    #   timm
769
    #   torchaudio
770
    #   torchvision
771
772
    #   vector-quantize-pytorch
    #   vocos
773
torchaudio==2.7.0+cu128
774
    # via
775
    #   -r requirements/test.in
776
777
    #   encodec
    #   vocos
778
torchvision==0.22.0+cu128
Michael Goin's avatar
Michael Goin committed
779
780
781
    # via
    #   -r requirements/test.in
    #   timm
782
783
784
785
786
787
tqdm==4.66.6
    # via
    #   datasets
    #   evaluate
    #   huggingface-hub
    #   lm-eval
788
    #   mteb
789
790
    #   nltk
    #   peft
791
    #   pqdm
792
793
794
795
796
    #   sentence-transformers
    #   tqdm-multiprocess
    #   transformers
tqdm-multiprocess==0.0.11
    # via lm-eval
797
transformers==4.52.4
798
    # via
799
    #   -r requirements/test.in
800
    #   genai-perf
801
    #   lm-eval
Shinichi Hemmi's avatar
Shinichi Hemmi committed
802
    #   mamba-ssm
803
804
805
806
    #   peft
    #   sentence-transformers
    #   transformers-stream-generator
transformers-stream-generator==0.0.5
807
    # via -r requirements/test.in
Huy Do's avatar
Huy Do committed
808
triton==3.3.0
809
    # via torch
810
811
tritonclient==2.51.0
    # via
812
    #   -r requirements/test.in
813
    #   genai-perf
814
typepy==1.3.2
815
816
817
818
    # via
    #   dataproperty
    #   pytablewriter
    #   tabledata
819
820
typer==0.15.2
    # via fastsafetensors
821
822
types-python-dateutil==2.9.0.20241206
    # via arrow
823
824
825
826
typing-extensions==4.12.2
    # via
    #   huggingface-hub
    #   librosa
827
    #   mistral-common
828
    #   mteb
829
    #   pqdm
830
831
832
    #   pydantic
    #   pydantic-core
    #   torch
833
    #   typer
834
835
836
    #   typing-inspection
typing-inspection==0.4.1
    # via pydantic
837
838
tzdata==2024.2
    # via pandas
839
840
uri-template==1.3.0
    # via jsonschema
841
urllib3==2.2.3
842
    # via
843
    #   blobfile
844
845
    #   botocore
    #   requests
846
847
    #   responses
    #   tritonclient
848
vector-quantize-pytorch==1.21.2
849
    # via -r requirements/test.in
Rui Qiao's avatar
Rui Qiao committed
850
851
virtualenv==20.31.2
    # via ray
852
vocos==0.1.0
853
    # via -r requirements/test.in
854
855
856
857
webcolors==24.11.1
    # via jsonschema
werkzeug==3.1.3
    # via schemathesis
858
859
word2number==1.1
    # via lm-eval
Rui Qiao's avatar
Rui Qiao committed
860
861
wrapt==1.17.2
    # via smart-open
862
863
864
865
xxhash==3.5.0
    # via
    #   datasets
    #   evaluate
866
yarl==1.17.1
867
868
869
    # via
    #   aiohttp
    #   schemathesis
870
871
zstandard==0.23.0
    # via lm-eval