Skip to content

Commit d209acc

Browse files
committed
Review 2 related changes.
1 parent 0b712a6 commit d209acc

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

docs/debugging.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ 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
9796
Use `--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.)
10197

10298
### Activation Checkipointing Debugging ###
10399

torchtitan/models/llama4/train_configs/llama4_17bx16e.toml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,3 @@ filter_fqns = ["output", "router.gate"]
6868

6969
[quantize.linear.mx]
7070
filter_fqns = ["output", "router.gate"]
71-
72-
[debug]
73-
#seed = <integer>
74-
deterministic = false
75-
deterministic_warn_only = false
76-
ac_preserve_rng_state = false
77-
ac_determinism_check = "default"
78-
ac_debug = false
79-
moe_force_load_balance = false

0 commit comments

Comments
 (0)