Linsey Passarella (8lp) commited on
Commit
01b437c
1 Parent(s): eca4d65

adding reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +127 -0
requirements.txt ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.21.0
2
+ aiofiles==23.2.1
3
+ aiohttp==3.8.5
4
+ aiosignal==1.3.1
5
+ altair==5.0.1
6
+ annotated-types==0.5.0
7
+ anyio==3.7.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ blis==0.7.10
11
+ catalogue==2.0.9
12
+ certifi==2023.7.22
13
+ charset-normalizer==3.2.0
14
+ click==8.1.6
15
+ cmake==3.27.2
16
+ confection==0.1.1
17
+ contourpy==1.1.0
18
+ cycler==0.11.0
19
+ cymem==2.0.7
20
+ en-core-web-sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.6.0/en_core_web_sm-3.6.0-py3-none-any.whl
21
+ exceptiongroup==1.1.3
22
+ fastapi==0.101.1
23
+ ffmpy==0.3.1
24
+ filelock==3.12.2
25
+ fonttools==4.42.0
26
+ frozenlist==1.4.0
27
+ fsspec==2023.6.0
28
+ gradio==3.40.1
29
+ gradio-client==0.4.0
30
+ h11==0.14.0
31
+ httpcore==0.17.3
32
+ httpx==0.24.1
33
+ huggingface-hub==0.16.4
34
+ idna==3.4
35
+ importlib-resources==6.0.1
36
+ Jinja2==3.1.2
37
+ joblib==1.3.2
38
+ jsonschema==4.19.0
39
+ jsonschema-specifications==2023.7.1
40
+ keybert==0.7.0
41
+ keyphrase-vectorizers==0.0.11
42
+ kiwisolver==1.4.4
43
+ langcodes==3.3.0
44
+ linkify-it-py==2.0.2
45
+ lit==16.0.6
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==2.1.3
48
+ matplotlib==3.7.2
49
+ mdit-py-plugins==0.3.3
50
+ mdurl==0.1.2
51
+ mpmath==1.3.0
52
+ multidict==6.0.4
53
+ murmurhash==1.0.9
54
+ networkx==3.1
55
+ nltk==3.8.1
56
+ numpy==1.24.4
57
+ nvidia-cublas-cu11==11.10.3.66
58
+ nvidia-cuda-cupti-cu11==11.7.101
59
+ nvidia-cuda-nvrtc-cu11==11.7.99
60
+ nvidia-cuda-runtime-cu11==11.7.99
61
+ nvidia-cudnn-cu11==8.5.0.96
62
+ nvidia-cufft-cu11==10.9.0.58
63
+ nvidia-curand-cu11==10.2.10.91
64
+ nvidia-cusolver-cu11==11.4.0.1
65
+ nvidia-cusparse-cu11==11.7.4.91
66
+ nvidia-nccl-cu11==2.14.3
67
+ nvidia-nvtx-cu11==11.7.91
68
+ orjson==3.9.5
69
+ packaging==23.1
70
+ pandas==2.0.3
71
+ pathy==0.10.2
72
+ peft @ git+https://github.com/huggingface/peft.git@369a0fba85a94e99738f832877c665a25793da1f
73
+ Pillow==10.0.0
74
+ pkgutil-resolve-name==1.3.10
75
+ preshed==3.0.8
76
+ psutil==5.9.5
77
+ pydantic==2.1.1
78
+ pydantic-core==2.4.0
79
+ pydub==0.25.1
80
+ Pygments==2.16.1
81
+ pyparsing==3.0.9
82
+ python-dateutil==2.8.2
83
+ python-multipart==0.0.6
84
+ pytz==2023.3
85
+ PyYAML==6.0.1
86
+ referencing==0.30.2
87
+ regex==2023.8.8
88
+ requests==2.31.0
89
+ rich==13.5.2
90
+ rpds-py==0.9.2
91
+ safetensors==0.3.2
92
+ scikit-learn==1.3.0
93
+ scipy==1.10.1
94
+ semantic-version==2.10.0
95
+ sentence-transformers==2.2.2
96
+ sentencepiece==0.1.99
97
+ six==1.16.0
98
+ smart-open==6.3.0
99
+ sniffio==1.3.0
100
+ spacy==3.6.1
101
+ spacy-alignments==0.9.0
102
+ spacy-legacy==3.0.12
103
+ spacy-loggers==1.0.4
104
+ spacy-transformers==1.2.5
105
+ srsly==2.4.7
106
+ starlette==0.27.0
107
+ sympy==1.12
108
+ thinc==8.1.12
109
+ threadpoolctl==3.2.0
110
+ tokenizers==0.13.3
111
+ toolz==0.12.0
112
+ torch==2.0.1
113
+ torchvision==0.15.2
114
+ tqdm==4.66.1
115
+ transformers==4.30.2
116
+ triton==2.0.0
117
+ typer==0.9.0
118
+ typing-extensions==4.7.1
119
+ tzdata==2023.3
120
+ uc-micro-py==1.0.2
121
+ ujson==5.8.0
122
+ urllib3==2.0.4
123
+ uvicorn==0.23.2
124
+ wasabi==1.1.2
125
+ websockets==11.0.3
126
+ yarl==1.9.2
127
+ zipp==3.16.2