noelfranthomas commited on
Commit
382dc09
1 Parent(s): d501ce0

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -0
requirements.txt ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --find-links https://download.pytorch.org/whl/torch_stable.html
2
+
3
+ aiohttp==3.7.4.post0
4
+ async-timeout==3.0.1
5
+ attrs==21.4.0
6
+ certifi==2022.6.15
7
+ chardet==4.0.0
8
+ charset-normalizer==2.1.0
9
+ discord==1.7.3
10
+ discord.py==1.7.3
11
+ filelock==3.7.1
12
+ huggingface-hub==0.8.1
13
+ idna==3.3
14
+ multidict==6.0.2
15
+ numpy==1.23.1
16
+ packaging==21.3
17
+ pyparsing==3.0.9
18
+ python-dotenv==0.20.0
19
+ PyYAML==6.0
20
+ regex==2022.7.9
21
+ requests==2.28.1
22
+ tokenizers==0.12.1
23
+ torch==1.12.0+cpu
24
+ tqdm==4.64.0
25
+ transformers==4.20.1
26
+ typing_extensions==4.3.0
27
+ urllib3==1.26.10
28
+ yarl==1.7.2
29
+ Flask==2.1.2