fix: positional arguments only for low-level api
This commit is contained in:
parent
78e536dcfe
commit
dbaba3059d
1 changed files with 1 additions and 1 deletions
|
@ -1960,7 +1960,7 @@ class Llava15ChatHandler:
|
||||||
self.clip_ctx,
|
self.clip_ctx,
|
||||||
llama.context_params.n_threads,
|
llama.context_params.n_threads,
|
||||||
c_ubyte_ptr,
|
c_ubyte_ptr,
|
||||||
length=len(image_bytes),
|
len(image_bytes),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue