Qwen MoE model. (#1960)

* Qwen MoE model.

* Add the MoE model to the example.

* Fix the scaling.

* Readme updates.

* Readme tweaks.
This commit is contained in:
Laurent Mazare
2024-03-28 23:10:57 +01:00
committed by GitHub
parent c5092f2c29
commit 708e422456
5 changed files with 553 additions and 5 deletions

View File

@ -40,6 +40,7 @@ pub mod quantized_rwkv_v6;
pub mod quantized_stable_lm;
pub mod quantized_t5;
pub mod qwen2;
pub mod qwen2_moe;
pub mod repvgg;
pub mod resnet;
pub mod rwkv_v5;