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 Qwen2.5 Instruct model #2797

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add Qwen2.5 Instruct model #2797

wants to merge 3 commits into from

Conversation

ITHwang
Copy link

@ITHwang ITHwang commented Mar 8, 2025

Model Support

  • candle-examples:
    • added Qwen2, Qwen2.5 Instruct models
    • added quantized Qwen2.5 Instruct models
  • candle-wasm-examples:
    • added Qwen2.5 Instruct wasm demo

Etc.

  • candle-transformers/src/models/quantized_qwen2.rs:
    • added a factory method from_vb() which creates ModelWeights from VarBuilder.
  • candle-transformers/src/quantized_nn.rs:
    • added a factory method from_arc() which creates RmsNorm from Arc<QTensor>.

Related Issues

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.

1 participant