8000 Rename internal only module utils to _utils · LOGp/llama-cpp-python@4ea7027 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4ea7027

Browse files
committed
Rename internal only module utils to _utils
1 parent df9362e commit 4ea7027

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

llama_cpp/llama.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import numpy as np
3030
import numpy.typing as npt
3131

32-
from .utils import suppress_stdout_stderr
32+
from ._utils import suppress_stdout_stderr
3333

3434

3535
class BaseLlamaCache(ABC):

0 commit comments

Comments
 (0)
0