gguf-py : remove unused import

This commit is contained in:
Francis Couture-Harpin 2024-05-23 00:09:49 -04:00
parent 2ff601fc32
commit c5fe1d6cdc

View File

@ -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,