mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Gemma 3 initial setup (text only). (#2802)
* Gemma 3 initial setup (text only). * Use the rotating kv cache for the sliding window.
This commit is contained in:
@ -43,6 +43,7 @@ pub mod fastvit;
|
||||
pub mod flux;
|
||||
pub mod gemma;
|
||||
pub mod gemma2;
|
||||
pub mod gemma3;
|
||||
pub mod glm4;
|
||||
pub mod granite;
|
||||
pub mod helium;
|
||||
|
Reference in New Issue
Block a user