re-add type hint
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
ce7e6985d2
commit
706bd69023
1 changed files with 1 additions and 1 deletions
|
@ -2857,7 +2857,7 @@ def main() -> None:
|
|||
|
||||
split_arguments = gguf.SplitArguments(args)
|
||||
|
||||
ftype_map = {
|
||||
ftype_map: dict[str, gguf.LlamaFileType] = {
|
||||
"f32": gguf.LlamaFileType.ALL_F32,
|
||||
"f16": gguf.LlamaFileType.MOSTLY_F16,
|
||||
"bf16": gguf.LlamaFileType.MOSTLY_BF16,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue