Paul720810 commited on
Commit
edc69d4
·
verified ·
1 Parent(s): 672f751

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
  gradio==3.50.2
2
  datasets==2.18.0
3
  sentence-transformers==2.2.2
4
- huggingface-hub==0.19.4 # 關鍵:使用舊版本
5
  llama-cpp-python==0.2.23
6
  torch==2.1.2
7
  numpy==1.24.4
8
  faiss-cpu==1.7.4
9
- accelerate==0.27.2
 
 
1
  gradio==3.50.2
2
  datasets==2.18.0
3
  sentence-transformers==2.2.2
4
+ huggingface-hub==0.16.4 # 這個版本確定有 cached_download
5
  llama-cpp-python==0.2.23
6
  torch==2.1.2
7
  numpy==1.24.4
8
  faiss-cpu==1.7.4
9
+ accelerate==0.27.2
10
+ transformers==4.38.2