UbiquitousLearning / mllm

Fast Multimodal LLM on Mobile Devices
https://ubiquitouslearning.github.io/mllm_website
MIT License
537 stars 60 forks source link

feat: Support QWen2.5-1.5B, OpenELM-1,1B, DCLM-1B #160

Closed yirongjie closed 1 month ago

yirongjie commented 1 month ago
  1. feat:Support QWen2.5-1.5B, OpenELM-1,1B, DCLM-1B.
  2. refactor:Set src/models/xx/tokenization_xx.hpp as a subclass of Tokenizer .
  3. feat: Add Tokenizer.apply_chat_template.