Rename internal only module utils to _utils
This commit is contained in:
parent
df9362eeea
commit
4ea7027c41
2 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import llama_cpp.llama_chat_format as llama_chat_format
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import numpy.typing as npt
|
import numpy.typing as npt
|
||||||
|
|
||||||
from .utils import suppress_stdout_stderr
|
from ._utils import suppress_stdout_stderr
|
||||||
|
|
||||||
|
|
||||||
class BaseLlamaCache(ABC):
|
class BaseLlamaCache(ABC):
|
||||||
|
|
Loading…
Reference in a new issue