Skip to content

Commit

Permalink
fix(launcher): Rename b-float16 to bfloat16 in the launcher arg (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil authored Jul 17, 2023
1 parent a2cf1bd commit bc28732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl std::fmt::Display for Quantization {
#[derive(Clone, Copy, Debug, ValueEnum)]
enum Dtype {
Float16,
#[clap(name = "bfloat16")]
BFloat16,
}

Expand Down

0 comments on commit bc28732

Please sign in to comment.