mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
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
Block a user