Robin Tully commited on
Commit
d1d7216
·
1 Parent(s): 309dd9d

adding requirements for huggingface space

Browse files
Files changed (1) hide show
  1. requirements.txt +113 -0
requirements.txt ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.2.1
2
+ aiofiles==23.2.1
3
+ aiohappyeyeballs==2.4.4
4
+ aiohttp==3.11.11
5
+ aiosignal==1.3.2
6
+ alembic==1.14.0
7
+ annotated-types==0.7.0
8
+ anyio==4.8.0
9
+ attrs==24.3.0
10
+ catboost==1.2.7
11
+ certifi==2024.12.14
12
+ charset-normalizer==3.4.1
13
+ click==8.1.8
14
+ colorlog==6.9.0
15
+ contourpy==1.3.1
16
+ cycler==0.12.1
17
+ datasets==3.2.0
18
+ dill==0.3.8
19
+ evaluate==0.4.3
20
+ fastapi==0.115.6
21
+ ffmpy==0.5.0
22
+ filelock==3.16.1
23
+ fonttools==4.55.3
24
+ frozenlist==1.5.0
25
+ fsspec==2024.9.0
26
+ gradio==5.11.0
27
+ gradio-client==1.5.3
28
+ graphviz==0.20.3
29
+ greenlet==3.1.1
30
+ h11==0.14.0
31
+ hf-transfer==0.1.9
32
+ httpcore==1.0.7
33
+ httpx==0.28.1
34
+ huggingface-hub==0.27.1
35
+ idna==3.10
36
+ jinja2==3.1.5
37
+ joblib==1.4.2
38
+ kiwisolver==1.4.8
39
+ mako==1.3.8
40
+ markdown-it-py==3.0.0
41
+ markupsafe==2.1.5
42
+ matplotlib==3.10.0
43
+ mdurl==0.1.2
44
+ mpmath==1.3.0
45
+ multidict==6.1.0
46
+ multiprocess==0.70.16
47
+ networkx==3.4.2
48
+ numpy==1.26.4
49
+ nvidia-cublas-cu12==12.4.5.8
50
+ nvidia-cuda-cupti-cu12==12.4.127
51
+ nvidia-cuda-nvrtc-cu12==12.4.127
52
+ nvidia-cuda-runtime-cu12==12.4.127
53
+ nvidia-cudnn-cu12==9.1.0.70
54
+ nvidia-cufft-cu12==11.2.1.3
55
+ nvidia-curand-cu12==10.3.5.147
56
+ nvidia-cusolver-cu12==11.6.1.9
57
+ nvidia-cusparse-cu12==12.3.1.170
58
+ nvidia-nccl-cu12==2.21.5
59
+ nvidia-nvjitlink-cu12==12.4.127
60
+ nvidia-nvtx-cu12==12.4.127
61
+ optuna==4.1.0
62
+ orjson==3.10.14
63
+ packaging==24.2
64
+ pandas==2.2.3
65
+ pillow==11.1.0
66
+ plotly==5.24.1
67
+ propcache==0.2.1
68
+ protobuf==5.29.3
69
+ psutil==6.1.1
70
+ pyarrow==18.1.0
71
+ pydantic==2.10.5
72
+ pydantic-core==2.27.2
73
+ pydub==0.25.1
74
+ pygments==2.19.1
75
+ pyparsing==3.2.1
76
+ python-dateutil==2.9.0.post0
77
+ python-dotenv==1.0.1
78
+ python-multipart==0.0.20
79
+ pytz==2024.2
80
+ pyyaml==6.0.2
81
+ regex==2024.11.6
82
+ requests==2.32.3
83
+ rich==13.9.4
84
+ ruff==0.9.0
85
+ safehttpx==0.1.6
86
+ safetensors==0.5.2
87
+ scikit-learn==1.6.0
88
+ scipy==1.15.0
89
+ semantic-version==2.10.0
90
+ setuptools==75.8.0
91
+ shellingham==1.5.4
92
+ six==1.17.0
93
+ sniffio==1.3.1
94
+ sqlalchemy==2.0.36
95
+ starlette==0.41.3
96
+ sympy==1.13.1
97
+ tenacity==9.0.0
98
+ tensorboardx==2.6.2.2
99
+ threadpoolctl==3.5.0
100
+ tokenizers==0.21.0
101
+ tomlkit==0.13.2
102
+ torch==2.5.1
103
+ tqdm==4.67.1
104
+ transformers @ git+https://github.com/huggingface/transformers.git@6e0515e99c39444caae39472ee1b2fd76ece32f1
105
+ triton==3.1.0
106
+ typer==0.15.1
107
+ typing-extensions==4.12.2
108
+ tzdata==2024.2
109
+ urllib3==2.3.0
110
+ uvicorn==0.34.0
111
+ websockets==14.1
112
+ xxhash==3.5.0
113
+ yarl==1.18.3