sachiniyer commited on
Commit
0ef7862
·
verified ·
1 Parent(s): c97a0be

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. deploy.py +1 -1
  2. requirements.txt +11 -323
deploy.py CHANGED
@@ -45,7 +45,7 @@ def main():
45
 
46
  # Generate requirements.txt
47
  result = subprocess.run(
48
- ["uv", "export", "--group", "site", "--no-hashes", "--no-dev"],
49
  capture_output=True,
50
  text=True,
51
  )
 
45
 
46
  # Generate requirements.txt
47
  result = subprocess.run(
48
+ ["uv", "export", "--only-group", "site", "--no-hashes", "--no-dev"],
49
  capture_output=True,
50
  text=True,
51
  )
requirements.txt CHANGED
@@ -1,20 +1,7 @@
1
  # This file was autogenerated by uv via the following command:
2
- # uv export --group site --no-hashes --no-dev
3
- accelerate==1.12.0
4
- # via
5
- # peft
6
- # posttraining-study
7
- # trl
8
  aiofiles==24.1.0
9
  # via gradio
10
- aiohappyeyeballs==2.6.1
11
- # via aiohttp
12
- aiohttp==3.13.2
13
- # via
14
- # fsspec
15
- # modal
16
- aiosignal==1.4.0
17
- # via aiohttp
18
  annotated-doc==0.0.4
19
  # via fastapi
20
  annotated-types==0.7.0
@@ -23,145 +10,65 @@ anyio==4.12.0
23
  # via
24
  # gradio
25
  # httpx
26
- # openai
27
  # starlette
28
- # watchfiles
29
- attrs==25.4.0
30
- # via
31
- # aiohttp
32
- # jsonschema
33
- # referencing
34
  audioop-lts==0.2.2 ; python_full_version >= '3.13'
35
  # via gradio
36
- beautifulsoup4==4.14.3
37
- # via posttraining-study
38
- bitsandbytes==0.49.0
39
- # via posttraining-study
40
  brotli==1.2.0
41
  # via gradio
42
- cbor2==5.7.1
43
- # via modal
44
  certifi==2025.11.12
45
  # via
46
  # httpcore
47
  # httpx
48
- # modal
49
  # requests
50
- # sentry-sdk
51
  charset-normalizer==3.4.4
52
  # via requests
53
  click==8.3.1
54
  # via
55
- # modal
56
  # typer
57
  # uvicorn
58
- # wandb
59
- cloudpickle==3.1.2
60
- # via outlines
61
  colorama==0.4.6 ; sys_platform == 'win32'
62
  # via
63
  # click
64
  # tqdm
65
- datasets==4.4.1
66
- # via
67
- # distilabel
68
- # posttraining-study
69
- # trl
70
- dill==0.4.0
71
- # via
72
- # datasets
73
- # multiprocess
74
- diskcache==5.6.3
75
- # via outlines
76
- distilabel==1.5.3
77
- # via posttraining-study
78
- distro==1.9.0
79
- # via openai
80
  fastapi==0.128.0
81
  # via gradio
82
  ffmpy==1.0.0
83
  # via gradio
84
  filelock==3.20.0
85
- # via
86
- # datasets
87
- # huggingface-hub
88
- # torch
89
- # transformers
90
- frozenlist==1.8.0
91
- # via
92
- # aiohttp
93
- # aiosignal
94
  fsspec==2025.10.0
95
  # via
96
- # datasets
97
  # gradio-client
98
  # huggingface-hub
99
- # torch
100
- # universal-pathlib
101
- genson==1.3.0
102
- # via outlines
103
- gitdb==4.0.12
104
- # via gitpython
105
- gitpython==3.1.46
106
- # via wandb
107
  gradio==6.3.0
108
  gradio-client==2.0.3
109
  # via gradio
110
  groovy==0.1.2
111
  # via gradio
112
- grpclib==0.4.8
113
- # via modal
114
  h11==0.16.0
115
  # via
116
  # httpcore
117
  # uvicorn
118
- h2==4.3.0
119
- # via grpclib
120
  hf-xet==1.2.0 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
121
  # via huggingface-hub
122
- hpack==4.1.0
123
- # via h2
124
  httpcore==1.0.9
125
  # via httpx
126
  httpx==0.28.1
127
  # via
128
- # datasets
129
- # distilabel
130
  # gradio
131
  # gradio-client
132
- # openai
133
  # safehttpx
134
  huggingface-hub==0.36.0
135
  # via
136
- # accelerate
137
- # datasets
138
  # gradio
139
  # gradio-client
140
- # peft
141
- # tokenizers
142
- # transformers
143
- hyperframe==6.1.0
144
- # via h2
145
  idna==3.11
146
  # via
147
  # anyio
148
  # httpx
149
  # requests
150
- # yarl
151
  jinja2==3.1.6
152
- # via
153
- # distilabel
154
- # gradio
155
- # outlines
156
- # torch
157
- jiter==0.12.0
158
- # via openai
159
- jsonpath-ng==1.7.0
160
- # via outlines
161
- jsonschema==4.26.0
162
- # via outlines
163
- jsonschema-specifications==2025.9.1
164
- # via jsonschema
165
  markdown-it-py==4.0.0
166
  # via rich
167
  markupsafe==3.0.3
@@ -170,136 +77,25 @@ markupsafe==3.0.3
170
  # jinja2
171
  mdurl==0.1.2
172
  # via markdown-it-py
173
- modal==1.2.4
174
- # via posttraining-study
175
- mpmath==1.3.0
176
- # via sympy
177
- multidict==6.7.0
178
- # via
179
- # aiohttp
180
- # grpclib
181
- # yarl
182
- multiprocess==0.70.18
183
- # via
184
- # datasets
185
- # distilabel
186
- nest-asyncio==1.6.0
187
- # via distilabel
188
- networkx==3.6
189
- # via
190
- # distilabel
191
- # torch
192
  numpy==2.3.5
193
  # via
194
- # accelerate
195
- # bitsandbytes
196
- # datasets
197
  # gradio
198
  # pandas
199
- # peft
200
- # scipy
201
- # transformers
202
- nvidia-cublas-cu12==12.8.4.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
203
- # via
204
- # nvidia-cudnn-cu12
205
- # nvidia-cusolver-cu12
206
- # torch
207
- nvidia-cuda-cupti-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
208
- # via torch
209
- nvidia-cuda-nvrtc-cu12==12.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
210
- # via torch
211
- nvidia-cuda-runtime-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
212
- # via torch
213
- nvidia-cudnn-cu12==9.10.2.21 ; platform_machine == 'x86_64' and sys_platform == 'linux'
214
- # via torch
215
- nvidia-cufft-cu12==11.3.3.83 ; platform_machine == 'x86_64' and sys_platform == 'linux'
216
- # via torch
217
- nvidia-cufile-cu12==1.13.1.3 ; platform_machine == 'x86_64' and sys_platform == 'linux'
218
- # via torch
219
- nvidia-curand-cu12==10.3.9.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
220
- # via torch
221
- nvidia-cusolver-cu12==11.7.3.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
222
- # via torch
223
- nvidia-cusparse-cu12==12.5.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
224
- # via
225
- # nvidia-cusolver-cu12
226
- # torch
227
- nvidia-cusparselt-cu12==0.7.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
228
- # via torch
229
- nvidia-nccl-cu12==2.27.5 ; platform_machine == 'x86_64' and sys_platform == 'linux'
230
- # via torch
231
- nvidia-nvjitlink-cu12==12.8.93 ; platform_machine == 'x86_64' and sys_platform == 'linux'
232
- # via
233
- # nvidia-cufft-cu12
234
- # nvidia-cusolver-cu12
235
- # nvidia-cusparse-cu12
236
- # torch
237
- nvidia-nvshmem-cu12==3.3.20 ; platform_machine == 'x86_64' and sys_platform == 'linux'
238
- # via torch
239
- nvidia-nvtx-cu12==12.8.90 ; platform_machine == 'x86_64' and sys_platform == 'linux'
240
- # via torch
241
- openai==2.15.0
242
- # via posttraining-study
243
  orjson==3.11.5
244
- # via
245
- # distilabel
246
- # gradio
247
- outlines==1.2.9
248
- # via posttraining-study
249
- outlines-core==0.2.11
250
- # via outlines
251
  packaging==25.0
252
  # via
253
- # accelerate
254
- # bitsandbytes
255
- # datasets
256
  # gradio
257
  # gradio-client
258
  # huggingface-hub
259
- # peft
260
- # transformers
261
- # wandb
262
  pandas==2.3.3
263
- # via
264
- # datasets
265
- # gradio
266
- pathlib-abc==0.5.2
267
- # via universal-pathlib
268
- peft==0.18.0
269
- # via posttraining-study
270
  pillow==12.1.0
271
- # via
272
- # gradio
273
- # outlines
274
- # posttraining-study
275
- platformdirs==4.5.1
276
- # via wandb
277
- ply==3.11
278
- # via jsonpath-ng
279
- portalocker==3.2.0
280
- # via distilabel
281
- propcache==0.4.1
282
- # via
283
- # aiohttp
284
- # yarl
285
- protobuf==6.33.2
286
- # via
287
- # modal
288
- # wandb
289
- psutil==7.1.3
290
- # via
291
- # accelerate
292
- # peft
293
- pyarrow==22.0.0
294
- # via datasets
295
  pydantic==2.12.5
296
  # via
297
- # distilabel
298
  # fastapi
299
  # gradio
300
- # openai
301
- # outlines
302
- # wandb
303
  pydantic-core==2.41.5
304
  # via pydantic
305
  pydub==0.25.1
@@ -308,161 +104,53 @@ pygments==2.19.2
308
  # via rich
309
  python-dateutil==2.9.0.post0
310
  # via pandas
311
- python-dotenv==1.2.1
312
- # via posttraining-study
313
  python-multipart==0.0.21
314
  # via gradio
315
  pytz==2025.2
316
  # via pandas
317
- pywin32==311 ; sys_platform == 'win32'
318
- # via portalocker
319
  pyyaml==6.0.3
320
  # via
321
- # accelerate
322
- # datasets
323
  # gradio
324
  # huggingface-hub
325
- # peft
326
- # posttraining-study
327
- # transformers
328
- # wandb
329
- referencing==0.37.0
330
- # via
331
- # jsonschema
332
- # jsonschema-specifications
333
- regex==2025.11.3
334
- # via transformers
335
  requests==2.32.5
336
- # via
337
- # datasets
338
- # huggingface-hub
339
- # transformers
340
- # wandb
341
  rich==14.2.0
342
- # via
343
- # distilabel
344
- # modal
345
- # typer
346
- rpds-py==0.30.0
347
- # via
348
- # jsonschema
349
- # referencing
350
  safehttpx==0.1.7
351
  # via gradio
352
- safetensors==0.7.0
353
- # via
354
- # accelerate
355
- # peft
356
- # transformers
357
- scipy==1.16.3
358
- # via distilabel
359
  semantic-version==2.10.0
360
  # via gradio
361
- sentry-sdk==2.49.0
362
- # via wandb
363
- setuptools==80.9.0
364
- # via
365
- # distilabel
366
- # torch
367
  shellingham==1.5.4
368
  # via typer
369
  six==1.17.0
370
  # via python-dateutil
371
- smmap==5.0.2
372
- # via gitdb
373
- sniffio==1.3.1
374
- # via openai
375
- soupsieve==2.8.1
376
- # via beautifulsoup4
377
  starlette==0.50.0
378
  # via
379
  # fastapi
380
  # gradio
381
- sympy==1.14.0
382
- # via torch
383
- synchronicity==0.10.5
384
- # via modal
385
- tblib==3.2.2
386
- # via distilabel
387
- tenacity==9.1.2
388
- # via posttraining-study
389
- tokenizers==0.22.1
390
- # via transformers
391
- toml==0.10.2
392
- # via modal
393
  tomlkit==0.13.3
394
  # via gradio
395
- torch==2.9.1
396
- # via
397
- # accelerate
398
- # bitsandbytes
399
- # distilabel
400
- # peft
401
- # posttraining-study
402
  tqdm==4.67.1
403
- # via
404
- # datasets
405
- # huggingface-hub
406
- # openai
407
- # peft
408
- # transformers
409
- transformers==4.57.3
410
- # via
411
- # distilabel
412
- # peft
413
- # posttraining-study
414
- # trl
415
- triton==3.5.1 ; platform_machine == 'x86_64' and sys_platform == 'linux'
416
- # via torch
417
- trl==0.25.1
418
- # via posttraining-study
419
  typer==0.20.0
420
- # via
421
- # distilabel
422
- # gradio
423
- # modal
424
- types-certifi==2021.10.8.3
425
- # via modal
426
- types-toml==0.10.8.20240310
427
- # via modal
428
  typing-extensions==4.15.0
429
  # via
430
- # aiosignal
431
  # anyio
432
- # beautifulsoup4
433
  # fastapi
434
  # gradio
435
  # gradio-client
436
  # huggingface-hub
437
- # modal
438
- # openai
439
- # outlines
440
  # pydantic
441
  # pydantic-core
442
- # referencing
443
  # starlette
444
- # synchronicity
445
- # torch
446
  # typer
447
  # typing-inspection
448
- # wandb
449
  typing-inspection==0.4.2
450
  # via pydantic
451
  tzdata==2025.2
452
  # via pandas
453
- universal-pathlib==0.3.7
454
- # via distilabel
455
  urllib3==2.6.0
456
- # via
457
- # requests
458
- # sentry-sdk
459
  uvicorn==0.40.0
460
  # via gradio
461
- wandb==0.24.0
462
- # via posttraining-study
463
- watchfiles==1.1.1
464
- # via modal
465
- xxhash==3.6.0
466
- # via datasets
467
- yarl==1.22.0
468
- # via aiohttp
 
1
  # This file was autogenerated by uv via the following command:
2
+ # uv export --only-group site --no-hashes --no-dev
 
 
 
 
 
3
  aiofiles==24.1.0
4
  # via gradio
 
 
 
 
 
 
 
 
5
  annotated-doc==0.0.4
6
  # via fastapi
7
  annotated-types==0.7.0
 
10
  # via
11
  # gradio
12
  # httpx
 
13
  # starlette
 
 
 
 
 
 
14
  audioop-lts==0.2.2 ; python_full_version >= '3.13'
15
  # via gradio
 
 
 
 
16
  brotli==1.2.0
17
  # via gradio
 
 
18
  certifi==2025.11.12
19
  # via
20
  # httpcore
21
  # httpx
 
22
  # requests
 
23
  charset-normalizer==3.4.4
24
  # via requests
25
  click==8.3.1
26
  # via
 
27
  # typer
28
  # uvicorn
 
 
 
29
  colorama==0.4.6 ; sys_platform == 'win32'
30
  # via
31
  # click
32
  # tqdm
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  fastapi==0.128.0
34
  # via gradio
35
  ffmpy==1.0.0
36
  # via gradio
37
  filelock==3.20.0
38
+ # via huggingface-hub
 
 
 
 
 
 
 
 
39
  fsspec==2025.10.0
40
  # via
 
41
  # gradio-client
42
  # huggingface-hub
 
 
 
 
 
 
 
 
43
  gradio==6.3.0
44
  gradio-client==2.0.3
45
  # via gradio
46
  groovy==0.1.2
47
  # via gradio
 
 
48
  h11==0.16.0
49
  # via
50
  # httpcore
51
  # uvicorn
 
 
52
  hf-xet==1.2.0 ; platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'arm64' or platform_machine == 'x86_64'
53
  # via huggingface-hub
 
 
54
  httpcore==1.0.9
55
  # via httpx
56
  httpx==0.28.1
57
  # via
 
 
58
  # gradio
59
  # gradio-client
 
60
  # safehttpx
61
  huggingface-hub==0.36.0
62
  # via
 
 
63
  # gradio
64
  # gradio-client
 
 
 
 
 
65
  idna==3.11
66
  # via
67
  # anyio
68
  # httpx
69
  # requests
 
70
  jinja2==3.1.6
71
+ # via gradio
 
 
 
 
 
 
 
 
 
 
 
 
72
  markdown-it-py==4.0.0
73
  # via rich
74
  markupsafe==3.0.3
 
77
  # jinja2
78
  mdurl==0.1.2
79
  # via markdown-it-py
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  numpy==2.3.5
81
  # via
 
 
 
82
  # gradio
83
  # pandas
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
84
  orjson==3.11.5
85
+ # via gradio
 
 
 
 
 
 
86
  packaging==25.0
87
  # via
 
 
 
88
  # gradio
89
  # gradio-client
90
  # huggingface-hub
 
 
 
91
  pandas==2.3.3
92
+ # via gradio
 
 
 
 
 
 
93
  pillow==12.1.0
94
+ # via gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  pydantic==2.12.5
96
  # via
 
97
  # fastapi
98
  # gradio
 
 
 
99
  pydantic-core==2.41.5
100
  # via pydantic
101
  pydub==0.25.1
 
104
  # via rich
105
  python-dateutil==2.9.0.post0
106
  # via pandas
 
 
107
  python-multipart==0.0.21
108
  # via gradio
109
  pytz==2025.2
110
  # via pandas
 
 
111
  pyyaml==6.0.3
112
  # via
 
 
113
  # gradio
114
  # huggingface-hub
 
 
 
 
 
 
 
 
 
 
115
  requests==2.32.5
116
+ # via huggingface-hub
 
 
 
 
117
  rich==14.2.0
118
+ # via typer
 
 
 
 
 
 
 
119
  safehttpx==0.1.7
120
  # via gradio
 
 
 
 
 
 
 
121
  semantic-version==2.10.0
122
  # via gradio
 
 
 
 
 
 
123
  shellingham==1.5.4
124
  # via typer
125
  six==1.17.0
126
  # via python-dateutil
 
 
 
 
 
 
127
  starlette==0.50.0
128
  # via
129
  # fastapi
130
  # gradio
 
 
 
 
 
 
 
 
 
 
 
 
131
  tomlkit==0.13.3
132
  # via gradio
 
 
 
 
 
 
 
133
  tqdm==4.67.1
134
+ # via huggingface-hub
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  typer==0.20.0
136
+ # via gradio
 
 
 
 
 
 
 
137
  typing-extensions==4.15.0
138
  # via
 
139
  # anyio
 
140
  # fastapi
141
  # gradio
142
  # gradio-client
143
  # huggingface-hub
 
 
 
144
  # pydantic
145
  # pydantic-core
 
146
  # starlette
 
 
147
  # typer
148
  # typing-inspection
 
149
  typing-inspection==0.4.2
150
  # via pydantic
151
  tzdata==2025.2
152
  # via pandas
 
 
153
  urllib3==2.6.0
154
+ # via requests
 
 
155
  uvicorn==0.40.0
156
  # via gradio