mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
add quantized qwen2 (#2329)
* add quantized version of qwen2 and corresponding example for qwen2-instruct * fix quantized qwen2 clippy error
This commit is contained in:
@ -47,6 +47,7 @@ pub mod quantized_moondream;
|
||||
pub mod quantized_mpt;
|
||||
pub mod quantized_phi;
|
||||
pub mod quantized_phi3;
|
||||
pub mod quantized_qwen2;
|
||||
pub mod quantized_recurrent_gemma;
|
||||
pub mod quantized_rwkv_v5;
|
||||
pub mod quantized_rwkv_v6;
|
||||
|
Reference in New Issue
Block a user