Skip to content
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

Fix torch.jit.load for MessagePassing modules #8870

Merged
merged 3 commits into from
Feb 6, 2024
Merged

Fix torch.jit.load for MessagePassing modules #8870

merged 3 commits into from
Feb 6, 2024

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Feb 6, 2024

Fixes #8867

Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1f93077) 89.28% compared to head (e6b258d) 89.28%.

❗ Current head e6b258d differs from pull request most recent head d85f210. Consider uploading reports for the commit d85f210 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8870      +/-   ##
==========================================
- Coverage   89.28%   89.28%   -0.01%     
==========================================
  Files         467      467              
  Lines       29907    29901       -6     
==========================================
- Hits        26703    26697       -6     
  Misses       3204     3204              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rusty1s rusty1s merged commit 64a1268 into master Feb 6, 2024
15 of 16 checks passed
@rusty1s rusty1s deleted the fix_jit_load branch February 6, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TorchScript instance from torch.jit.script() runs successfully but throws type mismatch when loading from file
1 participant