soiz1 commited on
Commit
4767521
·
verified ·
1 Parent(s): 3d35004

Update upload.sh

Browse files
Files changed (1) hide show
  1. upload.sh +1 -1
upload.sh CHANGED
@@ -10,7 +10,7 @@ fi
10
  # Install huggingface_hub CLI if needed
11
  if ! command -v huggingface-cli &> /dev/null; then
12
  echo "🔧 Installing huggingface_hub CLI..."
13
- pip install huggingface_hub[cli]
14
  fi
15
 
16
  # Secure login: prevent token from appearing in logs
 
10
  # Install huggingface_hub CLI if needed
11
  if ! command -v huggingface-cli &> /dev/null; then
12
  echo "🔧 Installing huggingface_hub CLI..."
13
+ pip install huggingface_hub[cli] --break-system-packages
14
  fi
15
 
16
  # Secure login: prevent token from appearing in logs