jlietz93's picture
Upload folder using huggingface_hub
66b0224 verified
Raw
History Blame Contribute Delete
155 Bytes
#!/usr/bin/env bash
set -euo pipefail
python3 -m venv venv
venv/bin/python -m pip install --upgrade pip
venv/bin/python -m pip install -r requirements.txt