Skip to content

Commit

Permalink
2 more link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcp committed Nov 19, 2024
1 parent 7fddd82 commit 5ad79ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion candle-core/src/quantized/ggml_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fn from_raw_data<T: super::GgmlType + Send + Sync + 'static>(
super::QTensor::new(data, dims)
}

/// Creates a [Tensor] from a raw GGML tensor.
/// Creates a Tensor from a raw GGML tensor.
pub fn qtensor_from_ggml(
ggml_dtype: GgmlDType,
raw_data: &[u8],
Expand Down
3 changes: 1 addition & 2 deletions candle-core/src/quantized/gguf_file.rs
Original file line number Diff line number Diff line change
@@ -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};
Expand Down

0 comments on commit 5ad79ec

Please sign in to comment.