Update gguf-py/gguf/gguf_writer.py

Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
Christian Zhou-Zheng 2024-06-10 13:54:41 -04:00 committed by GitHub
parent efa06098a6
commit b843445827
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"