Skip to content

Commit 1f51c06

Browse files
authored
run_train: pass save_predictions flag through like enable_reporterv2 (#30)
1 parent 8bb841e commit 1f51c06

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run_train.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ for arg in "$@"; do
4848
master_addr=*) MASTER_ADDR="${arg#master_addr=}" ;;
4949
master_port=*) MASTER_PORT="${arg#master_port=}" ;;
5050
--metrics.enable_reporterv2=) TORCHTITAN_ARGS+=("--metrics.enable_reporterv2") ;;
51+
--validator.save_predictions=) TORCHTITAN_ARGS+=("--validator.save_predictions") ;;
5152
*) TORCHTITAN_ARGS+=("$arg") ;;
5253
esac
5354
done

0 commit comments

Comments
 (0)