You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg="Assigning / modifying buffers of nn.Module during forward pass is not allowed when using cudagraph inside the compiler because it will cause silent errors. Please use eager mode or fix the code. The following code contains clues about which buffer is being modified (please search for the usage of the function `update`):\n"+src# noqa
91
+
raiseRuntimeError(msg)
92
+
85
93
@contextmanager
86
94
defdispatch_to_code(self, index: int):
87
95
"""Context manager to dispatch to the compiled code.
0 commit comments