MrD05 commited on
Commit
d4f9c31
1 Parent(s): 897e575

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -0
requirements.txt ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.18.0
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
+ aiosignal==1.3.1
5
+ altair==4.2.2
6
+ anyio==3.6.2
7
+ appdirs==1.4.4
8
+ async-timeout==4.0.2
9
+ attrs==22.2.0
10
+ bitsandbytes==0.37.2
11
+ certifi==2022.12.7
12
+ charset-normalizer==3.1.0
13
+ click==8.1.3
14
+ cmake==3.26.3
15
+ contourpy==1.0.7
16
+ cycler==0.11.0
17
+ dataclasses-json==0.5.7
18
+ entrypoints==0.4
19
+ fastapi==0.95.0
20
+ ffmpy==0.3.0
21
+ filelock==3.11.0
22
+ fonttools==4.39.3
23
+ frozenlist==1.3.3
24
+ fsspec==2023.4.0
25
+ gradio==3.25.0
26
+ gradio_client==0.0.8
27
+ greenlet==2.0.2
28
+ h11==0.14.0
29
+ httpcore==0.16.3
30
+ httpx==0.23.3
31
+ huggingface-hub==0.13.4
32
+ idna==3.4
33
+ importlib-resources==5.12.0
34
+ Jinja2==3.1.2
35
+ jsonschema==4.17.3
36
+ kiwisolver==1.4.4
37
+ langchain==0.0.136
38
+ linkify-it-py==2.0.0
39
+ lit==16.0.1
40
+ markdown-it-py==2.2.0
41
+ MarkupSafe==2.1.2
42
+ marshmallow==3.19.0
43
+ marshmallow-enum==1.5.1
44
+ matplotlib==3.7.1
45
+ mdit-py-plugins==0.3.3
46
+ mdurl==0.1.2
47
+ mpmath==1.3.0
48
+ multidict==6.0.4
49
+ mypy-extensions==1.0.0
50
+ networkx==3.1
51
+ numpy==1.24.2
52
+ nvidia-cublas-cu11==11.10.3.66
53
+ nvidia-cuda-cupti-cu11==11.7.101
54
+ nvidia-cuda-nvrtc-cu11==11.7.99
55
+ nvidia-cuda-runtime-cu11==11.7.99
56
+ nvidia-cudnn-cu11==8.5.0.96
57
+ nvidia-cufft-cu11==10.9.0.58
58
+ nvidia-curand-cu11==10.2.10.91
59
+ nvidia-cusolver-cu11==11.4.0.1
60
+ nvidia-cusparse-cu11==11.7.4.91
61
+ nvidia-nccl-cu11==2.14.3
62
+ nvidia-nvtx-cu11==11.7.91
63
+ openapi-schema-pydantic==1.2.4
64
+ orjson==3.8.10
65
+ packaging==23.0
66
+ pandas==2.0.0
67
+ Pillow==9.5.0
68
+ psutil==5.9.4
69
+ pydantic==1.10.7
70
+ pydub==0.25.1
71
+ pyparsing==3.0.9
72
+ pyrsistent==0.19.3
73
+ python-dateutil==2.8.2
74
+ python-decouple==3.8
75
+ python-multipart==0.0.6
76
+ pytz==2023.3
77
+ PyYAML==6.0
78
+ regex==2023.3.23
79
+ requests==2.28.2
80
+ rfc3986==1.5.0
81
+ semantic-version==2.10.0
82
+ six==1.16.0
83
+ sniffio==1.3.0
84
+ SQLAlchemy==1.4.47
85
+ starlette==0.26.1
86
+ sympy==1.11.1
87
+ tenacity==8.2.2
88
+ tokenizers==0.13.3
89
+ toolz==0.12.0
90
+ torch==2.0.0
91
+ tqdm==4.65.0
92
+ transformers @ git+https://github.com/huggingface/transformers.git@151425ddb29d4ad1a121e8cce62000a2ac52d3ba
93
+ triton==2.0.0
94
+ typing-inspect==0.8.0
95
+ typing_extensions==4.5.0
96
+ tzdata==2023.3
97
+ uc-micro-py==1.0.1
98
+ urllib3==1.26.15
99
+ uvicorn==0.21.1
100
+ websockets==11.0.1
101
+ yarl==1.8.2
102
+ zipp==3.15.0