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

[Model] Support Qwen2.5 Instruct and Coder #564

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

CharlieFRuan
Copy link
Contributor

This PR adds the following models to prebuilt list:

  • Qwen2.5-0.5B - q0f16, q0f32, q4f16_1, q4f32_1
  • Qwen2.5-1.5B, 3B, 7B - q4f16_1, q4f32_1
  • Qwen2.5-Coder-1.5B, 7B - q4f16_1, q4f32_1

Previous Qwen2 models are not deprecated.

All models reuse previous Qwen2 WASMs (except Qwen2.5-3B since Qwen2 does not have a 3B variant, which we compile at head with mlc-ai/binary-mlc-llm-libs#139)

@CharlieFRuan CharlieFRuan merged commit 1684e0f into main Sep 19, 2024
1 check passed
@CharlieFRuan CharlieFRuan deleted the pr0918-qwen2_5 branch September 19, 2024 07:02
CharlieFRuan added a commit that referenced this pull request Sep 19, 2024
This new version only introduces new models:
- #558
- Adds `Hermes-3-Llama-3.1-8B-q4f32_1-MLC` and
`Hermes-3-Llama-3.1-8B-q4f16_1-MLC` to the prebuilt
- #564
  - Add the following models to prebuilt:
    - Qwen2.5-0.5B - q0f16, q0f32, q4f16_1, q4f32_1
    - Qwen2.5-1.5B, 3B, 7B - q4f16_1, q4f32_1
    - Qwen2.5-Coder-1.5B, 7B - q4f16_1, q4f32_1

### TVMjs
- Updated to current head:
apache/tvm@a242046
- Main change is apache/tvm#17371; without it,
it prevents us from installing dependencies when building web-llm
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