fix(launcher): Rename `b-float16` to `bfloat16` in the launcher arg (#621)
This commit is contained in:
parent
a2cf1bdb2f
commit
bc2873246c
|
@ -41,6 +41,7 @@ impl std::fmt::Display for Quantization {
|
|||
#[derive(Clone, Copy, Debug, ValueEnum)]
|
||||
enum Dtype {
|
||||
Float16,
|
||||
#[clap(name = "bfloat16")]
|
||||
BFloat16,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue