Rename internal only module utils to _utils

This commit is contained in:
Andrei Betlen 2023-11-03 12:55:55 -04:00
parent df9362eeea
commit 4ea7027c41
2 changed files with 1 additions and 1 deletions

View file

@ -29,7 +29,7 @@ import llama_cpp.llama_chat_format as llama_chat_format
import numpy as np
import numpy.typing as npt
from .utils import suppress_stdout_stderr
from ._utils import suppress_stdout_stderr
class BaseLlamaCache(ABC):