filipzawadka commited on
Commit
2445c08
1 Parent(s): 86866b3
Files changed (1) hide show
  1. requirements.txt +92 -2
requirements.txt CHANGED
@@ -1,2 +1,92 @@
1
- git+https://github.com/huggingface/transformers
2
- torch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.25.0
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.1
4
+ aiosignal==1.3.1
5
+ altair==5.2.0
6
+ annotated-types==0.6.0
7
+ anyio==3.7.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ audioread==3.0.1
11
+ certifi==2023.11.17
12
+ cffi==1.16.0
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ colorama==0.4.6
16
+ contourpy==1.2.0
17
+ cycler==0.12.1
18
+ datasets==2.15.0
19
+ dill==0.3.7
20
+ evaluate==0.4.1
21
+ fastapi==0.104.1
22
+ ffmpy==0.3.1
23
+ fonttools==4.46.0
24
+ frozenlist==1.4.0
25
+ fsspec==2023.10.0
26
+ gradio==4.8.0
27
+ gradio_client==0.7.1
28
+ h11==0.14.0
29
+ httpcore==1.0.2
30
+ httpx==0.25.2
31
+ huggingface-hub==0.19.4
32
+ idna==3.6
33
+ importlib-resources==6.1.1
34
+ ipywidgets==8.1.1
35
+ jiwer==3.0.3
36
+ joblib==1.3.2
37
+ jsonschema==4.20.0
38
+ jsonschema-specifications==2023.11.2
39
+ jupyterlab-widgets==3.0.9
40
+ kiwisolver==1.4.5
41
+ lazy_loader==0.3
42
+ librosa==0.10.1
43
+ llvmlite==0.41.1
44
+ markdown-it-py==3.0.0
45
+ matplotlib==3.8.2
46
+ mdurl==0.1.2
47
+ mkl-service==2.4.0
48
+ msgpack==1.0.7
49
+ multidict==6.0.4
50
+ multiprocess==0.70.15
51
+ numba==0.58.1
52
+ orjson==3.9.10
53
+ pandas==2.1.4
54
+ Pillow==10.1.0
55
+ pyarrow==14.0.1
56
+ pyarrow-hotfix==0.6
57
+ pycparser==2.21
58
+ pydantic==2.5.2
59
+ pydantic_core==2.14.5
60
+ pydub==0.25.1
61
+ python-multipart==0.0.6
62
+ pytz==2023.3.post1
63
+ rapidfuzz==3.5.2
64
+ referencing==0.32.0
65
+ regex==2023.10.3
66
+ requests==2.31.0
67
+ responses==0.18.0
68
+ rich==13.7.0
69
+ rpds-py==0.13.2
70
+ safetensors==0.4.1
71
+ scikit-learn==1.3.2
72
+ scipy==1.11.4
73
+ semantic-version==2.10.0
74
+ shellingham==1.5.4
75
+ sniffio==1.3.0
76
+ soundfile==0.12.1
77
+ soxr==0.3.7
78
+ threadpoolctl==3.2.0
79
+ tokenizers==0.15.0
80
+ tomlkit==0.12.0
81
+ toolz==0.12.0
82
+ torch==2.1.1
83
+ tqdm==4.66.1
84
+ transformers @ git+https://github.com/huggingface/transformers@e5079b0b2abcef11ecbdae60ba4a6636c57b725d
85
+ typer==0.9.0
86
+ tzdata==2023.3
87
+ urllib3==2.1.0
88
+ uvicorn==0.24.0.post1
89
+ websockets==11.0.3
90
+ widgetsnbextension==4.0.9
91
+ xxhash==3.4.1
92
+ yarl==1.9.4