mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Preliminary GGUF support. (#557)
* Preliminary GGUF support. * Tensor reading.
This commit is contained in:
@ -3,6 +3,7 @@ use crate::{Device, Result, Shape, Tensor};
|
||||
#[cfg(target_feature = "avx")]
|
||||
pub mod avx;
|
||||
pub mod ggml_file;
|
||||
pub mod gguf_file;
|
||||
pub mod k_quants;
|
||||
#[cfg(target_feature = "neon")]
|
||||
pub mod neon;
|
||||
|
Reference in New Issue
Block a user