Skip to content

Commit

Permalink
remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bowang007 authored and narendasan committed Nov 26, 2024
1 parent 764acad commit f0b0a0f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions py/torch_tensorrt/dynamo/conversion/plugin/plugin_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,3 @@ def create_plugin(

return custom_plugin


# Looks like deserilaize required? Not found in the example here: https://github.com/NVIDIA/TensorRT/blob/main/samples/python/python_plugin/circ_pad_plugin_multi_tactic.py
# def deserialize_plugin(self, name: str, data: bytes) -> CircularPaddingPlugin:
# dict = pkl.loads(data)
# deserialized = <PLUGIN CLASS>()
# deserialized.__dict__.update(dict)
# return deserialized

# TRT_PLUGIN_REGISTRY = trt.get_plugin_registry()
# TRT_PLUGIN_REGISTRY.register_creator(CircularPaddingPluginCreator(), "")

0 comments on commit f0b0a0f

Please sign in to comment.