mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
Resurrect the llama npy support. (#140)
This commit is contained in:
@ -139,6 +139,9 @@ pub enum Error {
|
||||
rhs_stride: Vec<usize>,
|
||||
mnk: (usize, usize, usize),
|
||||
},
|
||||
|
||||
#[error("cannot find tensor {path}")]
|
||||
CannotFindTensor { path: String },
|
||||
}
|
||||
|
||||
pub type Result<T> = std::result::Result<T, Error>;
|
||||
|
Reference in New Issue
Block a user