diff options
author | zachcp <zachcp@users.noreply.github.com> | 2024-11-18 22:07:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 04:07:07 +0100 |
commit | 3159f91b90a5bc68b275f8688472ba8917a834da (patch) | |
tree | 13a115866aab8f3126b7ce0aa93d4d9392ecaf74 /candle-core/src/quantized/mod.rs | |
parent | 1a0f9ccf16de9fc311b000a61e8e9e357a15855b (diff) | |
download | candle-3159f91b90a5bc68b275f8688472ba8917a834da.tar.gz candle-3159f91b90a5bc68b275f8688472ba8917a834da.tar.bz2 candle-3159f91b90a5bc68b275f8688472ba8917a834da.zip |
20241118 docs (#2629)
* module docs
* varbuilder gguf docs
* add a link to gguf files
* small additonal mod doc titles
* safetensor docs
* more core docs
* more module docs in canlde_core
* 2 more link fixes
Diffstat (limited to 'candle-core/src/quantized/mod.rs')
-rw-r--r-- | candle-core/src/quantized/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/candle-core/src/quantized/mod.rs b/candle-core/src/quantized/mod.rs index d852d504..236f5a98 100644 --- a/candle-core/src/quantized/mod.rs +++ b/candle-core/src/quantized/mod.rs @@ -1,3 +1,4 @@ +//! Code for GGML and GGUF files use crate::{CpuStorage, DType, Device, Result, Shape, Storage, Tensor}; use k_quants::*; use std::borrow::Cow; |