summaryrefslogtreecommitdiff
path: root/candle-transformers/src/models/qwen2.rs
Commit message (Expand)AuthorAgeFilesLines
* Module Docs (#2624)zachcp2024-11-181-2/+1
* Documentation Pass for Models (#2617)zachcp2024-11-151-0/+17
* fix: qwen2 lm_head loading #2443 (#2445)ilookee2024-08-231-1/+1
* Support for the new Qwen2 models. (#2257)Laurent Mazare2024-06-071-2/+6
* Support embedding model gte-Qwen1.5-7B-instruct (#2190)Yin Guobing2024-05-161-15/+62
* Add argsort. (#2132)Laurent Mazare2024-04-271-12/+2
* Use cat for faster MQA computation. (#2043)Laurent Mazare2024-04-121-14/+3
* Use a common with_tracing::RmsNorm in a few models. (#1871)Jani Monoses2024-03-181-22/+1
* Add the Qwen2 model (#1684)Laurent Mazare2024-02-091-0/+377