Skip to content

Commit

Permalink
Merge branch 'te_test_fix' into 'main'
Browse files Browse the repository at this point in the history
fix TE test.

See merge request ADLR/megatron-lm!1026
  • Loading branch information
jaredcasper committed Dec 20, 2023
2 parents d33e359 + d0e3b23 commit e4c73d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if [[ $USE_TE -eq 1 ]]; then
echo "Running with TransformerEngine ..."
TRANSFORMER_IMPL=transformer_engine
TRAINING_DTYPE=bf16
ADDITIONAL_PARAMS+=" --attention-softmax-in-fp32"
else
echo "Running with local transformer implementation ..."
fi
Expand Down

0 comments on commit e4c73d6

Please sign in to comment.