Skip to content

Commit 75541e6

Browse files
committed
mod: register safetensors module
1 parent 01bebe8 commit 75541e6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/hpc/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@ pub mod gguf;
172172
#[allow(missing_docs)]
173173
pub mod gguf_indexer;
174174

175+
/// Safetensors header parser + streaming indexer for BF16 model weights.
176+
#[allow(missing_docs)]
177+
pub mod safetensors;
178+
175179
/// HTTP range reader — Read + Seek over HTTP for streaming GGUF from HuggingFace.
176180
#[allow(missing_docs)]
177181
pub mod http_reader;

0 commit comments

Comments
 (0)