slotab commited on
Commit
e1cea17
·
1 Parent(s): e60d240

requirements.txt

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +31 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ /pouet01.iml
requirements.txt ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.33.0
2
+ asgiref==3.8.1
3
+ certifi==2024.7.4
4
+ charset-normalizer==3.3.2
5
+ Django==5.0.7
6
+ filelock==3.15.4
7
+ fsspec==2024.6.1
8
+ huggingface-hub==0.24.2
9
+ idna==3.7
10
+ image==1.5.33
11
+ Jinja2==3.1.4
12
+ MarkupSafe==2.1.5
13
+ mpmath==1.3.0
14
+ networkx==3.3
15
+ numpy==1.26.4
16
+ packaging==24.1
17
+ pillow==10.4.0
18
+ psutil==6.0.0
19
+ PyYAML==6.0.1
20
+ regex==2024.7.24
21
+ requests==2.32.3
22
+ safetensors==0.4.3
23
+ six==1.16.0
24
+ sqlparse==0.5.1
25
+ sympy==1.13.1
26
+ tokenizers==0.19.1
27
+ torch==2.4.0
28
+ tqdm==4.66.4
29
+ transformers==4.43.3
30
+ typing_extensions==4.12.2
31
+ urllib3==2.2.2