address review comments
This commit is contained in:
parent
781bc54986
commit
fefc3db527
2 changed files with 1 additions and 3 deletions
|
@ -895,5 +895,3 @@ else:
|
|||
model_instance.write()
|
||||
|
||||
print(f"Model successfully exported to '{fname_out}'")
|
||||
print("")
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue