mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Initial support for reading ggml files. (#311)
* Start adding support for reading ggml files. * Compute the proper tensor size. * Print the read tensors. * Fix file reading.
This commit is contained in:
@ -45,6 +45,7 @@ pub mod display;
|
||||
mod dtype;
|
||||
mod dummy_cuda_backend;
|
||||
pub mod error;
|
||||
pub mod ggml;
|
||||
mod indexer;
|
||||
pub mod layout;
|
||||
#[cfg(feature = "mkl")]
|
||||
|
Reference in New Issue
Block a user