mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Rename b-float16
to bfloat16
in the launcher arg (just more usual).
This commit is contained in:
parent
a2cf1bdb2f
commit
5a68b3f751
@ -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