File size: 177 Bytes
b0e88cf
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -euo pipefail

PROGRAM="$1"
# MODE ($2) accepted but ignored — override this file to use train/test splits.

python /benchmark/evaluator.py "$PROGRAM"