zhangjunjun commited on
Commit
2d9ce31
·
1 Parent(s): 614e06a

feat: update requirements

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +26 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ env
requirements.txt CHANGED
@@ -1 +1,26 @@
1
- huggingface_hub==0.22.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ certifi==2024.8.30
2
+ charset-normalizer==3.3.2
3
+ filelock==3.15.4
4
+ fsspec==2024.6.1
5
+ huggingface-hub==0.24.6
6
+ idna==3.8
7
+ Jinja2==3.1.4
8
+ MarkupSafe==2.1.5
9
+ mpmath==1.3.0
10
+ networkx==3.3
11
+ numpy==2.1.0
12
+ packaging==24.1
13
+ pillow==10.4.0
14
+ PyYAML==6.0.2
15
+ regex==2024.7.24
16
+ requests==2.32.3
17
+ safetensors==0.4.4
18
+ setuptools==74.0.0
19
+ sympy==1.13.2
20
+ tokenizers==0.19.1
21
+ torch==2.4.0
22
+ torchvision==0.19.0
23
+ tqdm==4.66.5
24
+ transformers==4.44.2
25
+ typing_extensions==4.12.2
26
+ urllib3==2.2.2