Abhishek
Initialize project files and updated hackathon tags
50f83f4
Raw
History Blame Contribute Delete
187 Bytes
#!/usr/bin/env bash
set -euo pipefail
export HF_HOME=/root/docker-data/hf_cache
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec python "$SCRIPT_DIR/offline_smoke.py" "$@"