File size: 270 Bytes
905b8ff
 
 
c9c7ef9
3e6e915
905b8ff
c9c7ef9
3e6e915
 
 
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

echo "πŸ“¦ Installing dependencies..."
pip install --no-cache-dir -r requirements.txt

echo "πŸ”„ Reinstalling correct huggingface-hub version..."
pip install --no-cache-dir --force-reinstall huggingface-hub==0.13.4

echo "βœ… Installation complete."