Files
AHA-L2A-Qwen3-1.7B-repro/recipe/scripts/train_aha.sh

5 lines
143 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/train_one.sh" aha "${1:-0}"