Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ea7027

Browse filesBrowse files
committed
Rename internal only module utils to _utils
1 parent df9362e commit 4ea7027
Copy full SHA for 4ea7027

File tree

Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
File renamed without changes.

‎llama_cpp/llama.py

Copy file name to clipboardExpand all lines: llama_cpp/llama.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.