File size: 295 Bytes
905b8ff
 
 
c9c7ef9
3e6e915
905b8ff
c9c7ef9
3e6e915
 
236eee5
 
1
2
3
4
5
6
7
8
9
10
11
#!/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."
pip show huggingface-hub