We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4891585 commit 550a97bCopy full SHA for 550a97b
gguf-py/gguf/utility.py
@@ -1,5 +1,6 @@
1
from __future__ import annotations
2
3
+
4
def model_weight_count_rounded_notation(model_params_count: int) -> str:
5
if model_params_count > 1e15 :
6
# Quadrillion Of Parameters
0 commit comments