IvaElen commited on
Commit
68a3835
·
1 Parent(s): 2845732

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -0
requirements.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ certifi==2022.12.7
2
+ charset-normalizer==2.1.1
3
+ filelock==3.9.0
4
+ fsspec==2023.4.0
5
+ huggingface-hub==0.14.1
6
+ idna==3.4
7
+ Jinja2==3.1.2
8
+ MarkupSafe==2.1.2
9
+ mpmath==1.2.1
10
+ networkx==3.0
11
+ numpy==1.24.1
12
+ packaging==23.1
13
+ Pillow==9.3.0
14
+ PyYAML==6.0
15
+ regex==2023.3.23
16
+ requests==2.28.1
17
+ sympy==1.11.1
18
+ tokenizers==0.13.3
19
+ torch==2.0.0+cpu
20
+ torchaudio==2.0.1+cpu
21
+ torchvision==0.15.1+cpu
22
+ tqdm==4.65.0
23
+ transformers==4.28.1
24
+ typing_extensions==4.4.0
25
+ urllib3==1.26.13