diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index a30725be4..33c461850 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -895,5 +895,3 @@ else: model_instance.write() print(f"Model successfully exported to '{fname_out}'") -print("") - diff --git a/convert.py b/convert.py index fef9d0ce8..27adaf2c4 100755 --- a/convert.py +++ b/convert.py @@ -26,7 +26,7 @@ from pathlib import Path from typing import IO, TYPE_CHECKING, Any, Callable, Generator, Iterable, Literal, Sequence, TypeVar import numpy as np -from sentencepiece import SentencePieceProcessor # type: ignore[import-untyped] +from sentencepiece import SentencePieceProcessor import os if 'NO_LOCAL_GGUF' not in os.environ: