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 83a9d12 commit 89a75d3Copy full SHA for 89a75d3
gguf-py/gguf/constants.py
@@ -1,11 +1,8 @@
1
from __future__ import annotations
2
3
-import logging
4
from enum import Enum, IntEnum, auto
5
from typing import Any
6
7
-logger = logging.getLogger(__name__)
8
-
9
#
10
# constants
11
0 commit comments