Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] [Spec Decode]: Simplify the Use of Eagle Spec Decode #11943

Open
1 task done
LiuXiaoxuanPKU opened this issue Jan 10, 2025 · 0 comments
Open
1 task done

[Feature] [Spec Decode]: Simplify the Use of Eagle Spec Decode #11943

LiuXiaoxuanPKU opened this issue Jan 10, 2025 · 0 comments

Comments

@LiuXiaoxuanPKU
Copy link
Collaborator

🚀 The feature, motivation and pitch

As documented here, currently, users need to change the config and checkpoint using the script, which is tedious.
In the ideal case, vllm should load the eagle head automatically from huggingface or locally without extra conversion.
This can be achieved by:

  1. Identify this is a eagle head from the model name.
  2. Identify the LM head from the original base model.

After 1 and 2, vllm should be able to use eagle speculative decoding without user conversion.

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant