8000 remove print · csegura/llama-cpp-python@9e345a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e345a4

Browse files
committed
remove print
1 parent 517f9ed commit 9e345a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llama_cpp/llama.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ def __init__(
333333
self.ctx = llama_cpp.llama_new_context_with_model(self.model, self.params)
334334
else:
335335
with suppress_stdout_stderr():
336-
print("here")
337336
self.ctx = llama_cpp.llama_new_context_with_model(
338337
self.model, self.params
339338
)

0 commit comments

Comments
 (0)
0