Skip to content

Commit

Permalink
Remove unused vmap in TracingWhile
Browse files Browse the repository at this point in the history
  • Loading branch information
sses7757 committed Jan 13, 2025
1 parent 4957c6d commit f1cdcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evox/utils/_control_flow/loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import torch

from ...core import ModuleBase, _vmap_fix, jit, jit_class, trace_impl, use_state, vmap, vmap_impl
from ...core import ModuleBase, _vmap_fix, jit, jit_class, trace_impl, use_state, vmap_impl
from ...core.module import UseStateFunc
from .utils import VarArgsCallable, VarArgsCallableMultiRet, _get_cache_key_object

Expand Down

0 comments on commit f1cdcd1

Please sign in to comment.