From a9c7703c12b10085c2a68879fb8a116e82b7512f Mon Sep 17 00:00:00 2001 From: Christian Zhou-Zheng Date: Mon, 3 Jun 2024 09:18:19 -0400 Subject: [PATCH] fix final? merge issue --- convert-hf-to-gguf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index b6867fdea..ff9c74ea9 100644 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -27,8 +27,6 @@ import importlib gguf = importlib.import_module("gguf-py.gguf") # import gguf -from convert import LlamaHfVocab - logger = logging.getLogger("hf-to-gguf")