Skip to content

Commit 2c35b95

Browse files
committed
Second version of degub/deterinistic configs.
Incorporating input from converastion in pytorch#1761
1 parent 409da11 commit 2c35b95

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

torchtitan/models/llama4/train_configs/llama4_17bx16e.toml

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

6969
[quantize.linear.mx]
7070
filter_fqns = ["output", "router.gate"]
71+
72+
[debug]
73+
torch_deterministic = false
74+
torch_deterministic_warn_only = false
75+
torch_preserve_rng_state = false
76+
ac_determinism_check = "default"
77+
ac_debug = false

0 commit comments

Comments
 (0)