address review comments

This commit is contained in:
Jared Van Bortel 2023-11-05 16:24:48 -05:00
parent 781bc54986
commit fefc3db527
2 changed files with 1 additions and 3 deletions

View file

@ -895,5 +895,3 @@ else:
model_instance.write() model_instance.write()
print(f"Model successfully exported to '{fname_out}'") print(f"Model successfully exported to '{fname_out}'")
print("")

View file

@ -26,7 +26,7 @@ from pathlib import Path
from typing import IO, TYPE_CHECKING, Any, Callable, Generator, Iterable, Literal, Sequence, TypeVar from typing import IO, TYPE_CHECKING, Any, Callable, Generator, Iterable, Literal, Sequence, TypeVar
import numpy as np import numpy as np
from sentencepiece import SentencePieceProcessor # type: ignore[import-untyped] from sentencepiece import SentencePieceProcessor
import os import os
if 'NO_LOCAL_GGUF' not in os.environ: if 'NO_LOCAL_GGUF' not in os.environ: