summaryrefslogtreecommitdiff
path: root/candle-core/src/quantized/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'candle-core/src/quantized/mod.rs')
-rw-r--r--candle-core/src/quantized/mod.rs1
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;