File size: 213 Bytes
905b8ff
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

echo "Installing huggingface-hub==0.13.4 first..."
pip install --no-cache-dir huggingface-hub==0.13.4

echo "Installing remaining dependencies..."
pip install --no-cache-dir -r requirements.txt