Princeaka commited on
Commit
905b8ff
·
verified ·
1 Parent(s): eb9b971

Create install.sh

Browse files
Files changed (1) hide show
  1. install.sh +8 -0
install.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ set -e
3
+
4
+ echo "Installing huggingface-hub==0.13.4 first..."
5
+ pip install --no-cache-dir huggingface-hub==0.13.4
6
+
7
+ echo "Installing remaining dependencies..."
8
+ pip install --no-cache-dir -r requirements.txt