diff options
Diffstat (limited to 'candle-core/src/quantized/gguf_file.rs')
-rw-r--r-- | candle-core/src/quantized/gguf_file.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/candle-core/src/quantized/gguf_file.rs b/candle-core/src/quantized/gguf_file.rs index d3fe4b58..cdd1a154 100644 --- a/candle-core/src/quantized/gguf_file.rs +++ b/candle-core/src/quantized/gguf_file.rs @@ -1,6 +1,5 @@ -//! Support for the GGUF file format. +//! Support for the [GGUF file format](https://github.com/philpax/ggml/blob/gguf-spec/docs/gguf.md). //! -//! Spec: https://github.com/philpax/ggml/blob/gguf-spec/docs/gguf.md use super::{GgmlDType, QTensor}; use crate::{Device, Result}; |