mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 19:47:12 +00:00
Split out the quantized file. (#456)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user