Skip to content

Commit

Permalink
remove an unused import from `_general_jit_torch_ops_higher_order_aut…
Browse files Browse the repository at this point in the history
…ograd_function_apply`

Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
crcrpar committed Dec 18, 2024
1 parent d3b2276 commit cdb9cb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thunder/core/jit_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,6 @@ def _general_jit_torch_ops_higher_order_autograd_function_apply(fwd, bwd, *fwd_a
from thunder.core.baseutils import sequencify
from thunder.core.pytree import tree_map
from thunder.core.trace_interpreter import interpret_trace
from thunder.torch import autograd_function_apply

def _generate_random_str_id() -> str:
import secrets
Expand Down

0 comments on commit cdb9cb5

Please sign in to comment.