mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Allow for lazy loading of npz files, use it in llama to reduce memory usage in the cpu version. (#141)
This commit is contained in:
@ -48,7 +48,7 @@ mod indexer;
|
||||
mod layout;
|
||||
#[cfg(feature = "mkl")]
|
||||
mod mkl;
|
||||
mod npy;
|
||||
pub mod npy;
|
||||
mod op;
|
||||
pub mod safetensors;
|
||||
mod shape;
|
||||
|
Reference in New Issue
Block a user