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 dbaba30

Browse filesBrowse files
committed
fix: positional arguments only for low-level api
1 parent 78e536d commit dbaba30
Copy full SHA for dbaba30

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎llama_cpp/llama_chat_format.py

Copy file name to clipboardExpand all lines: llama_cpp/llama_chat_format.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ def __call__(
19601960
self.clip_ctx,
19611961
llama.context_params.n_threads,
19621962
c_ubyte_ptr,
1963-
length=len(image_bytes),
1963+
len(image_bytes),
19641964
)
19651965
)
19661966
try:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.