gguf-py : remove unused import
This commit is contained in:
parent
2ff601fc32
commit
c5fe1d6cdc
|
|
@ -13,7 +13,6 @@ from string import ascii_letters, digits
|
|||
import numpy as np
|
||||
|
||||
from .constants import (
|
||||
GGML_QUANT_SIZES,
|
||||
GGUF_DEFAULT_ALIGNMENT,
|
||||
GGUF_MAGIC,
|
||||
GGUF_VERSION,
|
||||
|
|
|
|||
Loading…
Reference in New Issue