Skip to content

Commit

Permalink
remove args and kwargs
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
crcrpar committed Dec 25, 2024
1 parent 9d79b8d commit 413de23
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions thunder/core/trace_interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,6 @@ def __call__(self):
self.new_trace.bound_symbols.append(bsym.from_bsym())
continue

args = tree_map(self.read, bsym.args)
kwargs = tree_map(self.read, bsym.kwargs)

# this should be prettier
self.replacement_result = self.NULL
self.new_bsyms = []
Expand Down

0 comments on commit 413de23

Please sign in to comment.