-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError: 'type' from torch.compile executor #1040
Comments
More minimal repro:
The trace before transform for execution is
but the
So back in the day, @IvanYashchuk (?) added a comment: lightning-thunder/thunder/executors/torch_compile.py Lines 69 to 85 in 7c1f94a
Now I seem to get good results with just calling transform_for_execution with only the |
🐛 Bug
We appear to be missing a key in a map internal to the torch.compile executor:
To Reproduce
See bug #343 for NeVA setup information.
Code sample
Workaround
There's a workaround to just remove the executor:
Environment
Additional context
cc @apaz-cli @tfogal
The text was updated successfully, but these errors were encountered: