Skip to content

Commit

Permalink
ADLR/megatron-lm!2448 - Updating nightly
Browse files Browse the repository at this point in the history
Co-authored-by: Shanmugam Ramasamy <[email protected]>
  • Loading branch information
2 people authored and ko3n1g committed Dec 16, 2024
1 parent d4e72c0 commit de25d48
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ MODEL_ARGS:
--ckpt-format: torch_dist
--data-cache-path: ${DATA_CACHE_PATH}
--bf16: true
--attention-backend: unfused
TEST_TYPE: regular
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ MODEL_ARGS:
--ckpt-format: torch_dist
--data-cache-path: ${DATA_CACHE_PATH}
--bf16: true
--attention-backend: unfused
TEST_TYPE: ckpt-resume
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ MODEL_ARGS:
--deterministic-mode: true
--attention-softmax-in-fp32: true
--ckpt-format: torch
--attention-backend: unfused
TEST_TYPE: ckpt-resume
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ MODEL_ARGS:
--deterministic-mode: true
--attention-softmax-in-fp32: true
--ckpt-format: torch
--attention-backend: unfused
TEST_TYPE: regular
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ MODEL_ARGS:
--deterministic-mode: true
--attention-softmax-in-fp32: true
--ckpt-format: torch
--attention-backend: unfused
TEST_TYPE: regular

0 comments on commit de25d48

Please sign in to comment.