MLconArtist commited on
Commit
b128166
1 Parent(s): 96d88aa

Upload requirements.txt

Browse files

Uploading a requirements file will solve your runtime error

Files changed (1) hide show
  1. requirements.txt +100 -0
requirements.txt ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.6
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ certifi==2023.7.22
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ colorama==0.4.6
13
+ contourpy==1.2.0
14
+ ctransformers==0.2.27
15
+ cycler==0.12.1
16
+ dataclasses-json==0.6.1
17
+ faiss-cpu==1.7.4
18
+ fastapi==0.104.1
19
+ ffmpy==0.3.1
20
+ filelock==3.13.1
21
+ fonttools==4.44.0
22
+ frozenlist==1.4.0
23
+ fsspec==2023.10.0
24
+ gradio==4.1.1
25
+ gradio_client==0.7.0
26
+ greenlet==3.0.1
27
+ h11==0.14.0
28
+ httpcore==1.0.1
29
+ httpx==0.25.1
30
+ huggingface-hub==0.17.3
31
+ idna==3.4
32
+ importlib-resources==6.1.1
33
+ Jinja2==3.1.2
34
+ joblib==1.3.2
35
+ jsonpatch==1.33
36
+ jsonpointer==2.4
37
+ jsonschema==4.19.2
38
+ jsonschema-specifications==2023.7.1
39
+ kiwisolver==1.4.5
40
+ langchain==0.0.331
41
+ langsmith==0.0.60
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.3
44
+ marshmallow==3.20.1
45
+ matplotlib==3.8.1
46
+ mdurl==0.1.2
47
+ mpmath==1.3.0
48
+ multidict==6.0.4
49
+ mypy-extensions==1.0.0
50
+ networkx==3.2.1
51
+ nltk==3.8.1
52
+ numpy==1.26.1
53
+ orjson==3.9.10
54
+ packaging==23.2
55
+ pandas==2.1.2
56
+ Pillow==10.1.0
57
+ py-cpuinfo==9.0.0
58
+ pydantic==2.4.2
59
+ pydantic_core==2.10.1
60
+ pydub==0.25.1
61
+ Pygments==2.16.1
62
+ pyparsing==3.1.1
63
+ python-dateutil==2.8.2
64
+ python-multipart==0.0.6
65
+ pytz==2023.3.post1
66
+ PyYAML==6.0.1
67
+ referencing==0.30.2
68
+ regex==2023.10.3
69
+ requests==2.31.0
70
+ rich==13.6.0
71
+ rpds-py==0.12.0
72
+ safetensors==0.4.0
73
+ scikit-learn==1.3.2
74
+ scipy==1.11.3
75
+ semantic-version==2.10.0
76
+ sentence-transformers==2.2.2
77
+ sentencepiece==0.1.99
78
+ shellingham==1.5.4
79
+ six==1.16.0
80
+ sniffio==1.3.0
81
+ SQLAlchemy==2.0.23
82
+ starlette==0.27.0
83
+ sympy==1.12
84
+ tenacity==8.2.3
85
+ threadpoolctl==3.2.0
86
+ tokenizers==0.14.1
87
+ tomlkit==0.12.0
88
+ toolz==0.12.0
89
+ torch==2.1.0
90
+ torchvision==0.16.0
91
+ tqdm==4.66.1
92
+ transformers==4.35.0
93
+ typer==0.9.0
94
+ typing-inspect==0.9.0
95
+ typing_extensions==4.8.0
96
+ tzdata==2023.3
97
+ urllib3==2.0.7
98
+ uvicorn==0.24.0.post1
99
+ websockets==11.0.3
100
+ yarl==1.9.2