jsulz HF staff commited on
Commit
4301d06
1 Parent(s): 4fddbf2

added requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +105 -0
requirements.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.4.0
4
+ blis==0.7.11
5
+ catalogue==2.0.10
6
+ certifi==2024.7.4
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ cloudpathlib==0.18.1
10
+ colorama==0.4.6
11
+ confection==0.1.5
12
+ contourpy==1.2.1
13
+ cycler==0.12.1
14
+ cymem==2.0.8
15
+ fastai==2.7.16
16
+ fastapi==0.112.0
17
+ fastcore==1.5.55
18
+ fastdownload==0.0.7
19
+ fastprogress==1.0.3
20
+ ffmpy==0.4.0
21
+ filelock==3.15.4
22
+ fonttools==4.53.1
23
+ fsspec==2024.6.1
24
+ gradio-client==1.2.0
25
+ gradio==4.40.0
26
+ h11==0.14.0
27
+ httpcore==1.0.5
28
+ httpx==0.27.0
29
+ huggingface-hub==0.24.5
30
+ idna==3.7
31
+ importlib-resources==6.4.0
32
+ jinja2==3.1.4
33
+ joblib==1.4.2
34
+ kiwisolver==1.4.5
35
+ langcodes==3.4.0
36
+ language-data==1.2.0
37
+ marisa-trie==1.2.0
38
+ markdown-it-py==3.0.0
39
+ markupsafe==2.1.5
40
+ matplotlib==3.9.1.post1
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ murmurhash==1.0.10
44
+ networkx==3.3
45
+ numpy==2.0.1
46
+ nvidia-cublas-cu12==12.1.3.1
47
+ nvidia-cuda-cupti-cu12==12.1.105
48
+ nvidia-cuda-nvrtc-cu12==12.1.105
49
+ nvidia-cuda-runtime-cu12==12.1.105
50
+ nvidia-cudnn-cu12==9.1.0.70
51
+ nvidia-cufft-cu12==11.0.2.54
52
+ nvidia-curand-cu12==10.3.2.106
53
+ nvidia-cusolver-cu12==11.4.5.107
54
+ nvidia-cusparse-cu12==12.1.0.106
55
+ nvidia-nccl-cu12==2.20.5
56
+ nvidia-nvjitlink-cu12==12.6.20
57
+ nvidia-nvtx-cu12==12.1.105
58
+ orjson==3.10.6
59
+ packaging==24.1
60
+ pandas==2.2.2
61
+ pillow==10.4.0
62
+ pip==24.2
63
+ preshed==3.0.9
64
+ pydantic-core==2.20.1
65
+ pydantic==2.8.2
66
+ pydub==0.25.1
67
+ pygments==2.18.0
68
+ pyparsing==3.1.2
69
+ python-dateutil==2.9.0.post0
70
+ python-multipart==0.0.9
71
+ pytz==2024.1
72
+ pyyaml==6.0.2
73
+ requests==2.32.3
74
+ rich==13.7.1
75
+ ruff==0.5.6
76
+ scikit-learn==1.5.1
77
+ scipy==1.14.0
78
+ semantic-version==2.10.0
79
+ setuptools==72.1.0
80
+ shellingham==1.5.4
81
+ six==1.16.0
82
+ smart-open==7.0.4
83
+ sniffio==1.3.1
84
+ spacy-legacy==3.0.12
85
+ spacy-loggers==1.0.5
86
+ spacy==3.7.5
87
+ srsly==2.4.8
88
+ starlette==0.37.2
89
+ sympy==1.13.1
90
+ thinc==8.2.4
91
+ threadpoolctl==3.5.0
92
+ tomlkit==0.12.0
93
+ torch==2.4.0
94
+ torchvision==0.19.0
95
+ tqdm==4.66.5
96
+ triton==3.0.0
97
+ typer==0.12.3
98
+ typing-extensions==4.12.2
99
+ tzdata==2024.1
100
+ urllib3==2.2.2
101
+ uvicorn==0.30.5
102
+ wasabi==1.1.3
103
+ weasel==0.4.1
104
+ websockets==12.0
105
+ wrapt==1.16.0