File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
torchtitan/models/llama4/train_configs Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,11 @@ CONFIG_FILE="./torchtitan/models/llama3/train_configs/debug_model.toml" ./run_tr
9393- Sets deterministic workspace configuration for CuBLAS operations
9494- ** Note:** This will significantly reduce training performance but ensures exact reproducibility
9595
96+ <<<<<<< HEAD
9697Use ` --debug.deterministic_warn_only ` to only warn about (not stop running) kernel without deterministic implementation.
98+ =======
99+ Use --debug.deterministic.warn_only to only warn about (not stop running) kernel without deterministic implementation.
100+ >>>>>>> 0b9a2b71 (Review relaeted updates.)
97101
98102### Activation Checkipointing Debugging ###
99103
Original file line number Diff line number Diff line change @@ -70,8 +70,10 @@ filter_fqns = ["output", "router.gate"]
7070filter_fqns = [" output" , " router.gate" ]
7171
7272[debug ]
73- torch_deterministic = false
74- torch_deterministic_warn_only = false
75- torch_preserve_rng_state = false
73+ # seed = <integer>
74+ deterministic = false
75+ deterministic_warn_only = false
76+ ac_preserve_rng_state = false
7677ac_determinism_check = " default"
7778ac_debug = false
79+ moe_force_load_balance = false
You can’t perform that action at this time.
0 commit comments