Skip to content

Commit

Permalink
convert-*.py: flake8 lint correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed May 30, 2024
1 parent 7cae773 commit 38733e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gguf-py/gguf/utility.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations


def model_weight_count_rounded_notation(model_params_count: int) -> str:
if model_params_count > 1e15 :
# Quadrillion Of Parameters
Expand Down

0 comments on commit 38733e4

Please sign in to comment.