Split out the quantized file. (#456)

This commit is contained in:
Laurent Mazare
2023-08-15 20:26:27 +01:00
committed by GitHub
parent 08effe3762
commit e68b2accb4
6 changed files with 386 additions and 376 deletions

View File

@ -50,13 +50,13 @@ pub mod display;
mod dtype;
mod dummy_cuda_backend;
pub mod error;
pub mod ggml;
mod indexer;
pub mod layout;
#[cfg(feature = "mkl")]
mod mkl;
pub mod npy;
mod op;
pub mod quantized;
pub mod safetensors;
pub mod shape;
mod storage;