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

5 lines
149 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" l2a_style "${1:-0}"