From 550a97bfe8e14730e045a31bbbd5d996edd447b9 Mon Sep 17 00:00:00 2001 From: brian khuu Date: Tue, 28 May 2024 16:06:25 +1000 Subject: [PATCH] convert-*.py: flake8 lint correction --- gguf-py/gguf/utility.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gguf-py/gguf/utility.py b/gguf-py/gguf/utility.py index adf1d1da459a4f..e375b687d2da15 100644 --- a/gguf-py/gguf/utility.py +++ b/gguf-py/gguf/utility.py @@ -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