mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
Update docs (#2553)
* add module docs for candle-core * doc each of the candle-nn modules and add the links to the doc page
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
//! A `VarBuilder` for variable retrieval from models
|
||||
//!
|
||||
//! A `VarBuilder` is used to retrieve variables used by a model. These variables can either come
|
||||
//! from a pre-trained checkpoint, e.g. using `VarBuilder::from_mmaped_safetensors`, or initialized
|
||||
//! for training, e.g. using `VarBuilder::from_varmap`.
|
||||
|
Reference in New Issue
Block a user