Skip to content

Commit 38733e4

Browse files
committed
convert-*.py: flake8 lint correction
1 parent 7cae773 commit 38733e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gguf-py/gguf/utility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__ import annotations
22

3+
34
def model_weight_count_rounded_notation(model_params_count: int) -> str:
45
if model_params_count > 1e15 :
56
# Quadrillion Of Parameters

0 commit comments

Comments
 (0)