multimodal_module / install.sh
Princeaka's picture
Create install.sh
905b8ff verified
raw
history blame
213 Bytes
#!/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