Skip to content

Commit

Permalink
Merge branch 'ap-move_print_last_interpreted_history' of https://gith…
Browse files Browse the repository at this point in the history
…ub.com/Lightning-AI/lightning-thunder into ap-move_print_last_interpreted_history
  • Loading branch information
apaz-cli committed Apr 3, 2024
2 parents 63e1fd5 + a3b8d7c commit 3686407
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions thunder/core/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,13 +482,7 @@ class ReturnLogItem(TypedDict):


InterpreterLogItem = (
dis.Instruction
| str
| LineLogItem
| OpaqueLogItem
| LookasideLogItem
| CallLogItem
| ReturnLogItem
dis.Instruction | str | LineLogItem | OpaqueLogItem | LookasideLogItem | CallLogItem | ReturnLogItem
)


Expand Down

0 comments on commit 3686407

Please sign in to comment.