Princeaka commited on
Commit
c9c7ef9
Β·
verified Β·
1 Parent(s): 9698c3d

Update install.sh

Browse files
Files changed (1) hide show
  1. install.sh +2 -2
install.sh CHANGED
@@ -1,10 +1,10 @@
1
  #!/bin/bash
2
  set -e
3
 
4
- echo "Installing main dependencies..."
5
  pip install --no-cache-dir -r requirements.txt
6
 
7
- echo "Reinstalling correct huggingface-hub version..."
8
  pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4
9
 
10
  echo "βœ… Installation complete."
 
1
  #!/bin/bash
2
  set -e
3
 
4
+ echo "πŸ“¦ Installing dependencies..."
5
  pip install --no-cache-dir -r requirements.txt
6
 
7
+ echo "πŸ”„ Reinstalling correct huggingface-hub version..."
8
  pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4
9
 
10
  echo "βœ… Installation complete."