Hello,
I am a researcher looking to access the Hugging Face model NVEagle/Eagle-X5-7B through the transformers API. The model card says to raise any issues through this GitHub page.
I have obtained the demo code for the model from the Inference section of the model card, but it imports numerous utilities from a package called eagle, and there are no instructions about how to obtain this package. Pip does not have it.
How do I obtain the eagle package used in that demo? Is it hosted here?
CW Ellis