qqqcat commited on
Commit
d50fdea
·
verified ·
1 Parent(s): 9458d08

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- # CPU build (for Python 3.10)
2
  numpy==1.24.4
3
  torch==2.1.0+cpu
4
  -f https://download.pytorch.org/whl/cpu/torch_stable.html
5
  transformers==4.37.2
6
- accelerate==0.25.1
7
  safetensors
8
  sentencepiece
9
  gradio>=4.0
10
- huggingface-hub
 
 
1
+ # CPU build (Python 3.10)
2
  numpy==1.24.4
3
  torch==2.1.0+cpu
4
  -f https://download.pytorch.org/whl/cpu/torch_stable.html
5
  transformers==4.37.2
6
+ accelerate==0.24.0
7
  safetensors
8
  sentencepiece
9
  gradio>=4.0
10
+ huggingface-hub>=0.13.4
11
+