quizbowl-submission / run_local.sh
Maharshi Gor
Update leaderboard download, refactored hf_datasets_utils
54e2d5b
raw
history blame contribute delete
285 Bytes
#!/bin/bash
# Source the environment variables
source .env
# Remove directories if they exist
if [ -d "eval-queue" ]; then
echo "Removing eval-queue"
rm -r eval-queue
fi
if [ -d "eval-results" ]; then
echo "Removing eval-results"
rm -r eval-results
fi
python app.py