Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 573 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 573 Bytes

TinyFlamingo

A tinygrad implementation of the Flamingo model. Pretty much just plugged tiny ViT and tiny llama together.

pip install -r requirements.txt
python demo.py

Sources:

TODO

  • Try it with bigger llama
  • Make it trainable
  • Write an eval script
  • Get it to work with other vision-language pairings
  • Optimize
  • Clean up