Skip to content

Commit

Permalink
Update thunder/core/interpreter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Antiga <luca@lightning.ai>
  • Loading branch information
t-vi and lantiga authored Jul 19, 2024
1 parent 9af7b81 commit 43b5272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/core/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6255,7 +6255,7 @@ def _setup_frame_and_run_python_function(
has_varkwargs = (fn.__code__.co_flags & inspect.CO_VARKEYWORDS) > 0

# for the function signature varargs, we just need keep track of the
# number of provided positional args in args, but to to pupulate the
# number of provided positional args in args, but to to populate the
# function signature varkwargs, we need to track
# which provided kwargs have been "consumed" by the signature.

Expand Down

0 comments on commit 43b5272

Please sign in to comment.