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

[Version] Bump version to 0.2.62 #556

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

CharlieFRuan
Copy link
Contributor

@CharlieFRuan CharlieFRuan commented Aug 23, 2024

Change

  • [Model] Add Phi3.5-mini #555
    • Adds the newly release Phi3.5-mini, adding the following model_ids to our prebuilt model list:
      • Phi-3.5-mini-instruct-q4f16_1-MLC (4k KVCache)
      • Phi-3.5-mini-instruct-q4f32_1-MLC (4k KVCache)
      • Phi-3.5-mini-instruct-q4f16_1-MLC-1k (1k KVCache)
      • Phi-3.5-mini-instruct-q4f16_1-MLC-1k (1k KVCache)
    • Old Phi-3-mini models are still kept

TVMjs

@CharlieFRuan CharlieFRuan merged commit 4ce15d8 into mlc-ai:main Aug 23, 2024
1 check passed
jzhao62 pushed a commit to jzhao62/web-llm that referenced this pull request Dec 8, 2024
### Change
- mlc-ai#555

### TVMjs
- Updated to current head:
apache/tvm@1518008
  - Main change is apache/tvm#17251
- This is needed for WASMs compiled after
apache/tvm#17257 is merged (e.g. Phi-3.5). TVM
global functions that returns bool need this PR to run correctly (e.g.
`AcceptToken()` in BNFGrammar) in runtime.
- However, these are backward compatible to WASMs compiled prior to this
PR. Tested with Phi-3 (old WASM) running grammar.
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