mistral.rs icon indicating copy to clipboard operation
mistral.rs copied to clipboard

Add Qwen 2.5 Omni

Open EricLBuehler opened this issue 10 months ago • 1 comments

  • [x] Config
  • [ ] Qwen2_5OmniThinkerForConditionalGeneration (text + image + audio in, text out)
    • [ ] Qwen2_5OmniAudioEncoder
    • [ ] Qwen2_5OmniVisionEncoder
    • [x] Qwen2_5OmniThinkerTextModel
  • [ ] Qwen2_5OmniTalkerForConditionalGeneration (thinker states in, speech tokens out)
  • [ ] Qwen2_5OmniToken2WavModel (talker speech tokens in, audio out)

EricLBuehler avatar Apr 15 '25 20:04 EricLBuehler

Code Metrics Report
  ===============================================================================
 Language            Files        Lines         Code     Comments       Blanks
===============================================================================
 C Header                3           62           53            0            9
 Dockerfile              1           41           22           10            9
 JSON                   11          104          103            0            1
 Makefile                1            6            5            0            1
 Python                 79         3412         2948           95          369
 Shell                   1           63           26           18           19
 Plain Text              3         3723            0         2413         1310
 TOML                   19          551          506            6           39
 YAML                    2           21           19            2            0
-------------------------------------------------------------------------------
 Jupyter Notebooks       3            0            0            0            0
 |- Markdown             2           77           32           31           14
 |- Python               2          205          178            1           26
 (Total)                            282          210           32           40
-------------------------------------------------------------------------------
 Markdown               53         4787            0         3646         1141
 |- BASH                 8          105          102            0            3
 |- JSON                 1           12           12            0            0
 |- Python               7          121          109            0           12
 |- Rust                20          695          587            0          108
 |- TOML                 2           75           63            0           12
 (Total)                           5795          873         3646         1276
-------------------------------------------------------------------------------
 Rust                  358       119562       107029         2325        10208
 |- Markdown           161         1813           25         1646          142
 (Total)                         121375       107054         3971        10350
===============================================================================
 Total                 534       132332       110711         8515        13106
===============================================================================
  

github-actions[bot] avatar Apr 15 '25 20:04 github-actions[bot]