Skip to content

Commit 132643d

Browse files
AlpineVibrationsmp
andauthored
Add Quantized gemma3 and qwen3 (#87)
* add min_all and max_all to tensor * add quantized gemma 3 and qwen3 * add files to mod --------- Co-authored-by: mp <pro@macbookpro>
1 parent e31b41b commit 132643d

3 files changed

Lines changed: 897 additions & 0 deletions

File tree

candle-transformers/src/models/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ pub mod phi3;
5656
pub mod pixtral;
5757
pub mod quantized_blip;
5858
pub mod quantized_blip_text;
59+
pub mod quantized_gemma3;
5960
pub mod quantized_llama;
6061
pub mod quantized_llama2_c;
6162
pub mod quantized_metavoice;
@@ -65,6 +66,7 @@ pub mod quantized_moondream;
6566
pub mod quantized_mpt;
6667
pub mod quantized_phi;
6768
pub mod quantized_qwen2;
69+
pub mod quantized_qwen3;
6870
pub mod quantized_recurrent_gemma;
6971
pub mod quantized_rwkv_v5;
7072
pub mod quantized_rwkv_v6;

0 commit comments

Comments
 (0)