Compare commits

...

1 Commits

Author SHA1 Message Date
9e40c00d48 only run hf_T5 2024-11-25 22:48:02 -08:00

View File

@ -500,6 +500,7 @@ test_perf_for_dashboard() {
elif [[ "$target" == "accuracy" ]]; then
target_flag+=( --no-translation-validation)
fi
target_flag+=( --only hf_T5)
if [[ "$DASHBOARD_TAG" == *default-true* ]]; then
$TASKSET python "benchmarks/dynamo/$suite.py" \