Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-24 | 330 Bytes | |
v2.6.0 source code.tar.gz | 2024-07-24 | 25.5 MB | |
v2.6.0 source code.zip | 2024-07-24 | 25.6 MB | |
Totals: 3 Items | 51.1 MB | 0 |
Improvement + small breaking change to DistributedLossWrapper
- Changed the
emb
argument ofDistributedLossWrapper.forward
toembeddings
to be consistent with the rest of the library. - Added a warning and early-return when
DistributedLossWrapper
is being used in a non-distributed setting. - Thank you @elisim!