diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index 67a816e44..b7669bf6d 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -9,7 +9,6 @@ import logging import os import re import sys -from enum import IntEnum from hashlib import sha256 from pathlib import Path from typing import (