Skip to content

Commit 3e08ae9

Browse files
authored
convert.py: add mapping for safetensors bf16 (#1598)
Fixes #1473
1 parent 481f793 commit 3e08ae9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

convert.py

+1
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ def lazy_load_torch_file(outer_fp: IO[bytes], path: Path) -> ModelPlus:
828828

829829

830830
SAFETENSORS_DATA_TYPES: Dict[str, DataType] = {
831+
'BF16': DT_BF16,
831832
'F16': DT_F16,
832833
'F32': DT_F32,
833834
'I32': DT_I32,

0 commit comments

Comments
 (0)