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
This commit is contained in:
zachcp
2024-11-18 22:07:07 -05:00
committed by GitHub
parent 1a0f9ccf16
commit 3159f91b90
27 changed files with 72 additions and 12 deletions

View File

@ -1,3 +1,5 @@
//! Tensor Opertion Enums and Traits
//!
#![allow(clippy::redundant_closure_call)]
use crate::Tensor;
use half::{bf16, f16};