Skip to content

Commit 668356a

Browse files
committed
test
1 parent 5242bdf commit 668356a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torchtitan/models/llama4/config_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def llama4_debugmodel_fp8() -> Trainer.Config:
8787
activation_checkpoint=ActivationCheckpointConfig(
8888
mode="selective",
8989
),
90-
compile=CompileConfig(enable=True, components=["model", "loss"]),
90+
compile=CompileConfig(enable=False, components=["model", "loss"]),
9191
model_converters=ModelConvertersContainer.Config(
9292
converters=[
9393
Float8GroupedMMConverter.Config(fqns=["experts"]),

0 commit comments

Comments
 (0)