Datasets:
File size: 152 Bytes
ef222b5 | 1 2 3 4 | #!/usr/bin/env bash
set -euo pipefail
python "$(dirname "$0")/krea_benchmark.py" "${1:?stage required}" --config "${2:-$(dirname "$0")/config.json}"
|
ef222b5 | 1 2 3 4 | #!/usr/bin/env bash
set -euo pipefail
python "$(dirname "$0")/krea_benchmark.py" "${1:?stage required}" --config "${2:-$(dirname "$0")/config.json}"
|