mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Add a quantized version of recurrent-gemma. (#2054)
* Add a quantized version of recurrent-gemma. * Share the rglru part. * Get the quantized gemma model to work.
This commit is contained in:
@ -37,6 +37,7 @@ pub mod quantized_mistral;
|
||||
pub mod quantized_mixformer;
|
||||
pub mod quantized_moondream;
|
||||
pub mod quantized_mpt;
|
||||
pub mod quantized_recurrent_gemma;
|
||||
pub mod quantized_rwkv_v5;
|
||||
pub mod quantized_rwkv_v6;
|
||||
pub mod quantized_stable_lm;
|
||||
|
Reference in New Issue
Block a user