Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglongjiepheonix committed Aug 20, 2024
1 parent febac9b commit bf99175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/fx/parallelization/decomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def create_node_(*args, **kwargs):
class DecompTracer(GraphAppendingTracer):
"""
DecompTracer is a tracer class which works together with `DecompositionInterpreter`, it keeps track of tensors and their
corresponding proxy objects during execution process. When invoked with `create_proxy`, it will creates a node in the containing
corresponding proxy objects during execution process. When invoked with `create_proxy`, it creates a node in the containing
graph and associate the output tensor of the node with the created proxy.
See https://github.com/pytorch/pytorch/blob/main/torch/fx/experimental/proxy_tensor.py for more details.
Expand Down

0 comments on commit bf99175

Please sign in to comment.