diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index 4b87a3c52..f7fe29fd4 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -19,7 +19,7 @@ if TYPE_CHECKING: from torch import Tensor if 'NO_LOCAL_GGUF' not in os.environ: - sys.path.insert(1, str(Path(__file__).parent / 'gguf-py' / 'gguf')) + sys.path.insert(1, str(Path(__file__).parent / 'gguf-py')) import gguf