Skip to content

Releases: mlfoundations/open_flamingo

2.0.1

15 Aug 19:14
914076e
Compare
Choose a tag to compare

What's Changed

  • Evaluation updates: add RICES + prompt ensembling by @i-gao in #220
  • Pass **kwargs in "generate" function instead of passing each argument by name by @DavidMChan in #236
  • update setup and requirements by @loftusa in #241

New Contributors

Full Changelog: 2.0.0...2.0.1

Second release

28 Jun 13:34
Compare
Choose a tag to compare

Major codebase updates, along with five new models.

Changes:

  • Add gradient checkpointing, FullyShardedDataParallel
  • Remove color jitter when training
  • Fix cross-attention bug when calling generate()
  • Model releases
    • (CLIP ViT-L-14 / MPT-1B)
    • (CLIP ViT-L-14 / MPT-1B Dolly)
    • (CLIP ViT-L-14 / RedPajama-3B)
    • (CLIP ViT-L-14 / RedPajama-3B Instruct)
    • (CLIP ViT-L-14 / MPT-7B)

Initial version w/ __init__ fix

29 Mar 22:46
68d51df
Compare
Choose a tag to compare

First release

28 Mar 16:33
68d51df
Compare
Choose a tag to compare
Merge pull request #128 from chris-alexiuk/main

Adding __init__.py to avoid module not found errors