Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Feb 21, 2025
1 parent db26666 commit 4534083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/e2e_summary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function get_model_result() {
do
for mode in training inference
do
colorful=$(grep "${model}" "/tmp/tmp-${suite}-${mode}-${dtype}.txt" 2>&1 |awk 'BEGIN{
colorful=$(grep -w "${model}" "/tmp/tmp-${suite}-${mode}-${dtype}.txt" 2>&1 |awk 'BEGIN{
color = "black";
exit_label = 0;
}{
Expand Down

0 comments on commit 4534083

Please sign in to comment.