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

Ordered dict #1031

Merged
merged 11 commits into from May 9, 2023
Merged

Ordered dict #1031

merged 11 commits into from May 9, 2023

Conversation

dfalbel
Copy link
Member

@dfalbel dfalbel commented May 8, 2023

Added an implementation of Unpickler to Lantern patched with the same changes from pytorch/pytorch#100743

This allows loading state dicts saved from PyTorch without having to convert them into dicts.

We should be able to delete this file once that PR is merged and we update to a LibTorch version that include those changes.

@dfalbel dfalbel added the lantern Use this label if your PR affects lantern so it's built in the CI label May 8, 2023
@dfalbel dfalbel merged commit 796faf4 into main May 9, 2023
18 checks passed
@dfalbel dfalbel deleted the ordered-dict branch May 9, 2023 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lantern Use this label if your PR affects lantern so it's built in the CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant