attempt 2 to appease the linter

This commit is contained in:
Christian Zhou-Zheng 2024-06-07 21:20:46 -04:00
parent 2e70fa1055
commit 891b19cb81

View file

@ -257,4 +257,3 @@ class GGUFWriterSplit(GGUFWriter):
return f"{fnum:3.1f}{unit}" return f"{fnum:3.1f}{unit}"
fnum /= 1000.0 fnum /= 1000.0
return f"{fnum:.1f}T - over 1TB, --split recommended" return f"{fnum:.1f}T - over 1TB, --split recommended"