EAGLE icon indicating copy to clipboard operation
EAGLE copied to clipboard

Llama 3 support?

Open joshmackwilliams opened this issue 10 months ago • 1 comments

Is Llama 3 (specifically the instruct models) supported by the code as-is (Llama 2 path), or are changes required (e.g., to support the new tokenizer)?

And, do you have any plans to release a pretrained Eagle for Llama 3? (e.g., like https://huggingface.co/yuhuili/EAGLE-llama2-chat-7B)

joshmackwilliams avatar May 02 '24 23:05 joshmackwilliams

You need to modify the instruction templates (such as those in eagle/ge_data/ge_data_all_vicuna.py). Training the draft model for LLaMA 3 is our next step.

Liyuhui-12 avatar May 06 '24 14:05 Liyuhui-12

Hey @Liyuhui-12 any updates on LLaMA-3 support. Btw, thank you for all your hard work!

kalradivyanshu avatar Jun 14 '24 11:06 kalradivyanshu

Hey @kalradivyanshu, support for LLaMA3 has now been updated.

Liyuhui-12 avatar Jun 28 '24 08:06 Liyuhui-12