mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 12:28:06 +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:
@ -63,7 +63,7 @@ impl VarBuilder {
|
||||
let path = self.path(name);
|
||||
match self.data.get(&path) {
|
||||
None => {
|
||||
candle::bail!("cannot find tensor {name}")
|
||||
candle::bail!("cannot find tensor {path}")
|
||||
}
|
||||
Some(qtensor) => {
|
||||
let shape = s.into();
|
||||
|
Reference in New Issue
Block a user