gguf-py : fix flake8 lint
This commit is contained in:
parent
5e27e7e11c
commit
861265b91e
2 changed files with 3 additions and 2 deletions
|
@ -69,12 +69,12 @@ class __Quant(ABC):
|
|||
@classmethod
|
||||
@abstractmethod
|
||||
def quantize_blocks(cls, blocks: np.ndarray) -> np.ndarray:
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
||||
@classmethod
|
||||
@abstractmethod
|
||||
def dequantize_blocks(cls, blocks: np.ndarray) -> np.ndarray:
|
||||
raise NotImplemented
|
||||
raise NotImplementedError
|
||||
|
||||
@classmethod
|
||||
def quantize_rows(cls, rows: np.ndarray) -> np.ndarray:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue