Austing Dong commited on
Commit
e8f0405
·
1 Parent(s): b019cc7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
  torch>=2.0.1
2
  numpy>=1.21.2
3
- transformers>=4.38.2
4
  timm>=0.9.16
5
  accelerate
6
  sentencepiece
7
  attrdict
8
  einops
9
  opencv-python
 
10
  matplotlib
11
  pillow>=11.1.0
12
 
 
1
  torch>=2.0.1
2
  numpy>=1.21.2
3
+ transformers==4.48.2
4
  timm>=0.9.16
5
  accelerate
6
  sentencepiece
7
  attrdict
8
  einops
9
  opencv-python
10
+ spaces
11
  matplotlib
12
  pillow>=11.1.0
13