Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
skirodev committed Jul 17, 2023
1 parent a804a5f commit 191ec02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/models/falcon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl KnownModel for Falcon {
if n_head_kv == 1 {
// Falcon-7B only
current = layernorm_output.share();
}else{
} else {
// Falcon-40B only
current = ctx0.op_norm(&input_layer);
current = ctx0.op_add(
Expand Down

0 comments on commit 191ec02

Please sign in to comment.