bharatcoder commited on
Commit
6408c37
1 Parent(s): 1113be8

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +84 -0
requirements.txt ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.27.2
2
+ aiofiles==23.2.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==4.3.0
6
+ attrs==23.2.0
7
+ certifi==2024.2.2
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ contourpy==1.2.0
12
+ cycler==0.12.1
13
+ diffusers @ git+https://github.com/huggingface/diffusers.git@03cd62520ffff950e5ca62cf2e8d7d3a0cd2f5bb
14
+ diskcache==5.6.3
15
+ fastapi==0.110.0
16
+ ffmpy==0.3.2
17
+ filelock==3.13.1
18
+ fonttools==4.49.0
19
+ fsspec==2024.2.0
20
+ gradio==4.19.2
21
+ gradio_client==0.10.1
22
+ h11==0.14.0
23
+ httpcore==1.0.4
24
+ httpx==0.27.0
25
+ huggingface-hub==0.21.3
26
+ idna==3.6
27
+ importlib-metadata==7.0.1
28
+ importlib_resources==6.1.2
29
+ Jinja2==3.1.3
30
+ jsonschema==4.21.1
31
+ jsonschema-specifications==2023.12.1
32
+ kiwisolver==1.4.5
33
+ llama_cpp_python==0.2.54
34
+ markdown-it-py==3.0.0
35
+ MarkupSafe==2.1.5
36
+ matplotlib==3.8.3
37
+ mdurl==0.1.2
38
+ mpmath==1.3.0
39
+ networkx==3.2.1
40
+ numpy==1.26.4
41
+ orjson==3.9.15
42
+ packaging==23.2
43
+ pandas==2.2.1
44
+ pillow==10.2.0
45
+ psutil==5.9.8
46
+ pydantic==2.6.3
47
+ pydantic-settings==2.2.1
48
+ pydantic_core==2.16.3
49
+ pydub==0.25.1
50
+ Pygments==2.17.2
51
+ pyparsing==3.1.1
52
+ python-dateutil==2.9.0.post0
53
+ python-dotenv==1.0.1
54
+ python-multipart==0.0.9
55
+ pytz==2024.1
56
+ PyYAML==6.0.1
57
+ referencing==0.33.0
58
+ regex==2023.12.25
59
+ requests==2.31.0
60
+ rich==13.7.1
61
+ rpds-py==0.18.0
62
+ ruff==0.3.0
63
+ safetensors==0.4.2
64
+ semantic-version==2.10.0
65
+ shellingham==1.5.4
66
+ six==1.16.0
67
+ sniffio==1.3.1
68
+ sse-starlette==2.0.0
69
+ starlette==0.36.3
70
+ starlette-context==0.3.6
71
+ sympy==1.12
72
+ tokenizers==0.15.2
73
+ tomlkit==0.12.0
74
+ toolz==0.12.1
75
+ torch==2.2.1
76
+ tqdm==4.66.2
77
+ transformers==4.38.2
78
+ typer==0.9.0
79
+ typing_extensions==4.10.0
80
+ tzdata==2024.1
81
+ urllib3==2.2.1
82
+ uvicorn==0.27.1
83
+ websockets==11.0.3
84
+ zipp==3.17.0