NVlabs / EAGLE

EAGLE: Exploring The Design Space for Multimodal LLMs with Mixture of Encoders
https://arxiv.org/pdf/2408.15998
Apache License 2.0
543 stars 45 forks source link

make eagle an installable python package #15

Closed randerzander closed 2 months ago

randerzander commented 2 months ago

Added a setup.py and empty init.py files to model submodules

This allows eagle to be installed and used from outside of the project directory.