Princeaka commited on
Commit
0e07c68
Β·
verified Β·
1 Parent(s): e4e9d27

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +1 -1
install.sh CHANGED
@@ -5,7 +5,7 @@ echo "πŸ“¦ Installing dependencies from requirements.txt..."
5
  pip install --no-cache-dir -r requirements.txt
6
 
7
  echo "πŸ”„ Forcing correct huggingface-hub version..."
8
- pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4
9
 
10
  echo "πŸ” Checking installed huggingface-hub version..."
11
  pip show huggingface-hub | grep Version
 
5
  pip install --no-cache-dir -r requirements.txt
6
 
7
  echo "πŸ”„ Forcing correct huggingface-hub version..."
8
+ pip install --force-reinstall huggingface-hub==0.19.0
9
 
10
  echo "πŸ” Checking installed huggingface-hub version..."
11
  pip show huggingface-hub | grep Version