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 7cae773 commit 38733e4Copy full SHA for 38733e4
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