Skip to content

Commit

Permalink
ra -> RA
Browse files Browse the repository at this point in the history
  • Loading branch information
philpax committed May 14, 2023
1 parent 1e13a7f commit ec6e855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llm/examples/vicuna-chat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn load_progress_callback(
}
LoadProgress::LoraApplied { name } => {
if let Some(sp) = sp.as_mut() {
sp.update_text(format!("Applied Lora: {}", name));
sp.update_text(format!("Applied LoRA: {}", name));
};
}
LoadProgress::Loaded {
Expand Down

0 comments on commit ec6e855

Please sign in to comment.