From 489ffb2525eedd6548758dfa305c8f40b2f014e5 Mon Sep 17 00:00:00 2001 From: KerfuffleV2 Date: Thu, 31 Aug 2023 04:06:48 -0600 Subject: [PATCH] Only I could mess up something this simple. --- convert-gptneox-hf-to-gguf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/convert-gptneox-hf-to-gguf.py b/convert-gptneox-hf-to-gguf.py index dcad523f4..3741a19ca 100755 --- a/convert-gptneox-hf-to-gguf.py +++ b/convert-gptneox-hf-to-gguf.py @@ -11,7 +11,6 @@ import sys from pathlib import Path from typing import Any -import gguf import numpy as np import torch from transformers import AutoTokenizer # type: ignore[import]