mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user