k96beni commited on
Commit
efee163
·
verified ·
1 Parent(s): 8274ce1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -3
requirements.txt CHANGED
@@ -1,6 +1,11 @@
 
 
 
 
 
 
 
1
  numpy==1.24.2
2
  pandas==1.5.3
3
  torch==1.13.1
4
- huggingface-hub==0.13.3
5
- sentence-transformers==2.2.2
6
- gradio==3.16.2
 
1
+ # Kräv en äldre huggingface_hub (<0.12) för att behålla cached_download
2
+ huggingface-hub==0.11.1
3
+
4
+ # sentence-transformers som kallar på cached_download
5
+ sentence-transformers==2.2.2
6
+
7
+ # Övriga paket + versioner
8
  numpy==1.24.2
9
  pandas==1.5.3
10
  torch==1.13.1
11
+ gradio==3.16.2