mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 11:56:45 +00:00
Add support for MADLAD400 (#1285)
* Add support for madlad * Add support for quantized MADLAD
This commit is contained in:
@ -90,4 +90,8 @@ impl VarBuilder {
|
||||
pub fn device(&self) -> &Device {
|
||||
&self.device
|
||||
}
|
||||
|
||||
pub fn contains_key(&self, key: &str) -> bool {
|
||||
self.data.contains_key(key)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user