Update gguf-py/gguf/gguf_writer.py
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
efa06098a6
commit
b843445827
1 changed files with 1 additions and 1 deletions
|
@ -696,4 +696,4 @@ class GGUFWriter:
|
|||
if abs(fnum) < 1000.0:
|
||||
return f"{fnum:3.1f}{unit}"
|
||||
fnum /= 1000.0
|
||||
return f"{fnum:.1f}T - over 1TB, --split recommended"
|
||||
return f"{fnum:.1f}T - over 1TB, split recommended"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue