Move some safetensors bits in the candle-core crate.

This commit is contained in:
laurent
2023-07-03 08:37:46 +01:00
parent 9e419641fb
commit cf2789fb81
3 changed files with 30 additions and 31 deletions

View File

@ -10,6 +10,7 @@ mod error;
mod layout;
mod npy;
mod op;
pub mod safetensors;
mod shape;
mod storage;
mod strided_index;