You need to sign in or sign up before continuing.
Commit a45f4c2a authored by wxj's avatar wxj
Browse files

Update language_model.py

parent b2f70020
Pipeline #2226 passed with stage
......@@ -471,7 +471,7 @@ class TransformerLanguageModel(MegatronModule):
else:
raise Exception('Stage must have at least either encoder or decoder')
@torch.compile(mode="max-autotune-no-cudagraphs")
# @torch.compile(mode="max-autotune-no-cudagraphs")
def forward(
self,
enc_input_ids,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment