Skip to content

Commit

Permalink
polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLeeeee committed Jun 29, 2022
1 parent 85d8000 commit 4d0b225
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion colossalai/fx/tracer/tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def forward(self, x, y):

# Feature flag for proxying accesses to buffer values
proxy_buffer_attributes: bool = True
allow_insert_stateless_mods: bool = True

_TORCH_METHODS_TO_PATCH = ["arange", "zeros", "ones", "full", "full_like", "eye", "empty", "tensor"]

Expand Down

0 comments on commit 4d0b225

Please sign in to comment.