This repository was archived by the owner on Dec 16, 2022. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes and improvements to how we initialize transformer modules from pretrained models #5200
Changes and improvements to how we initialize transformer modules from pretrained models #5200
Changes from 24 commits
64b24a1
83e1092
ba418df
ed0b8fa
eefbef0
96abee1
d3ed13b
daf4aa7
8fb5233
0185e18
f0866f9
ca28743
15e78a5
c8704c6
e09c164
3a35f94
2812b1b
267bbe7
3734353
d0f9f46
16c09e5
7af01e9
778b81a
a30dd77
d2f43c7
3bcbca2
36c7ad4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kind of hacky, but I had an issue on Mac where the only work-around was the use "spawn" as the start method, and I didn't want to change the signature of this function because it's used in a lot of places.