Jinl commited on
Commit
040c627
1 Parent(s): a6cec16

Add application file

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -74
requirements.txt CHANGED
@@ -1,85 +1,12 @@
 
1
  accelerate==0.33.0
2
- aiofiles==23.2.1
3
- annotated-types==0.7.0
4
- anyio==4.4.0
5
- Brotli @ file:///croot/brotli-split_1714483155106/work
6
- certifi @ file:///croot/certifi_1720453481653/work/certifi
7
- charset-normalizer @ file:///croot/charset-normalizer_1721748349566/work
8
- click==8.1.7
9
- contourpy==1.2.1
10
- cycler==0.12.1
11
  diffusers==0.30.0
12
- exceptiongroup==1.2.2
13
- fastapi==0.112.0
14
- ffmpy==0.4.0
15
- filelock @ file:///croot/filelock_1700591183607/work
16
- fonttools==4.53.1
17
- fsspec==2024.6.1
18
- gmpy2 @ file:///tmp/build/80754af9/gmpy2_1645438755360/work
19
  gradio==4.41.0
20
  gradio_client==1.3.0
21
- h11==0.14.0
22
- httpcore==1.0.5
23
- httpx==0.27.0
24
  huggingface-hub==0.24.5
25
- idna @ file:///croot/idna_1714398848350/work
26
- importlib_metadata==8.2.0
27
- importlib_resources==6.4.0
28
- Jinja2 @ file:///croot/jinja2_1716993405101/work
29
- kiwisolver==1.4.5
30
- markdown-it-py==3.0.0
31
- MarkupSafe @ file:///croot/markupsafe_1704205993651/work
32
  matplotlib==3.9.1.post1
33
- mdurl==0.1.2
34
- mkl-fft @ file:///croot/mkl_fft_1695058164594/work
35
- mkl-random @ file:///croot/mkl_random_1695059800811/work
36
- mkl-service==2.4.0
37
- mpmath @ file:///croot/mpmath_1690848262763/work
38
- mypy-extensions==1.0.0
39
- networkx @ file:///croot/networkx_1717597493534/work
40
- numpy @ file:///croot/numpy_and_numpy_base_1708638617955/work/dist/numpy-1.26.4-cp39-cp39-linux_x86_64.whl#sha256=6094eeedd869502faa0fd0a8c5ad3a70c5779be06ddd1feb7627e5c212fac420
41
- orjson==3.10.7
42
- packaging==24.1
43
- pandas==2.2.2
44
  peft==0.12.0
45
- pillow @ file:///croot/pillow_1721059439630/work
46
- psutil==6.0.0
47
- pydantic==2.8.2
48
- pydantic_core==2.20.1
49
- pydub==0.25.1
50
- Pygments==2.18.0
51
- pyparsing==3.1.2
52
- pyre-extensions==0.0.29
53
- PySocks @ file:///tmp/build/80754af9/pysocks_1605305812635/work
54
- python-dateutil==2.9.0.post0
55
- python-multipart==0.0.9
56
- pytz==2024.1
57
- PyYAML==6.0.2
58
- regex==2024.7.24
59
- requests @ file:///croot/requests_1721410876868/work
60
- rich==13.7.1
61
- ruff==0.5.7
62
- safetensors==0.4.4
63
- semantic-version==2.10.0
64
- shellingham==1.5.4
65
- six==1.16.0
66
- sniffio==1.3.1
67
- starlette==0.37.2
68
- sympy @ file:///croot/sympy_1701397643339/work
69
- tokenizers==0.19.1
70
- tomlkit==0.12.0
71
  torch==2.0.1
72
  torchaudio==2.0.2
73
  torchvision==0.15.2
74
- tqdm==4.66.5
75
  transformers==4.44.0
76
- triton==2.0.0
77
- typer==0.12.3
78
- typing-inspect==0.9.0
79
- typing_extensions @ file:///croot/typing_extensions_1715268824938/work
80
- tzdata==2024.1
81
- urllib3 @ file:///croot/urllib3_1718912636303/work
82
- uvicorn==0.30.5
83
- websockets==12.0
84
- xformers==0.0.20
85
- zipp==3.19.2
 
1
+ python==3.9.17
2
  accelerate==0.33.0
 
 
 
 
 
 
 
 
 
3
  diffusers==0.30.0
 
 
 
 
 
 
 
4
  gradio==4.41.0
5
  gradio_client==1.3.0
 
 
 
6
  huggingface-hub==0.24.5
 
 
 
 
 
 
 
7
  matplotlib==3.9.1.post1
 
 
 
 
 
 
 
 
 
 
 
8
  peft==0.12.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  torch==2.0.1
10
  torchaudio==2.0.2
11
  torchvision==0.15.2
 
12
  transformers==4.44.0