Skip to content

v2.6.0

Compare
Choose a tag to compare
@KevinMusgrave KevinMusgrave released this 24 Jul 12:39
· 56 commits to master since this release
28d5acc

Improvement + small breaking change to DistributedLossWrapper

  • Changed the emb argument of DistributedLossWrapper.forward to embeddings 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!