Skip to content

Commit

Permalink
fix: positional arguments only for low-level api
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Feb 26, 2024
1 parent 78e536d commit dbaba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_cpp/llama_chat_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,7 @@ def __call__(
self.clip_ctx,
llama.context_params.n_threads,
c_ubyte_ptr,
length=len(image_bytes),
len(image_bytes),
)
)
try:
Expand Down

0 comments on commit dbaba30

Please sign in to comment.