[chore] Remove obsolete comments
This commit is contained in:
@@ -126,12 +126,7 @@ class TorchCompileWrapperWithCustomDispatcher:
|
||||
decompiled_file)
|
||||
except Exception:
|
||||
pass
|
||||
# if self.vllm_config.compilation_config.use_cudagraph and \
|
||||
# "update" in new_code.co_names:
|
||||
# import depyf
|
||||
# src = depyf.decompile(new_code)
|
||||
# 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
|
||||
# raise RuntimeError(msg)
|
||||
|
||||
|
||||
@contextmanager
|
||||
def dispatch_to_code(self, index: int):
|
||||
|
||||
Reference in New Issue
Block a user