Skip to content

Commit

Permalink
Add docs to LoRA falcon model
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 27, 2023
1 parent ee80475 commit f7701cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions candle-lora-transformers/src/falcon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@ impl Falcon {
&self.config
}

/// Load a Falcon model which will be converted to a LoRA model.
///
/// The `merge` parameter merges the weights.
pub fn load(
vb: VarBuilder,
cfg: Config,
Expand Down

0 comments on commit f7701cc

Please sign in to comment.