v2.6.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!