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

Add deepseek v3 model support #908

Merged
merged 5 commits into from
Feb 5, 2025
Merged

Add deepseek v3 model support #908

merged 5 commits into from
Feb 5, 2025

Conversation

rsuderman
Copy link
Contributor

This adds an e2e implementation of deepseek for prefill. Additional features were required by the MoE block, specifically surrounding how gate scores are computed and including mixture of experts.

A latent attention implementation is also included though this is a reference implementation that does not take advantage of the latent space during decode.

This adds an e2e implementation of deepseek for prefill. Additional
features were required by the MoE block, specifically surrounding how
gate scores are computed and including mixture of experts.

A latent attention implementation is also included though this is a
reference implementation that does not take advantage of the latent
space during decode.
@rsuderman rsuderman merged commit e5cf360 into nod-ai:main Feb 5, 2025
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants