8000 fix: typo · iamlemec/llama-cpp-python@78e536d · GitHub
[go: up one dir, main page]

Skip to content

Commit 78e536d

Browse files
committed
fix: typo
1 parent 44558cb commit 78e536d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_cpp/llama_chat_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1840,7 +1840,7 @@ def create_completion(stop):
18401840
class Llava15ChatHandler:
18411841
_clip_free = None
18421842

1843-
def __init__(self, clip_model_path: str, verbose: bool = False):
1843+
def __init__(self, clip_model_path: str, verbose: bool = False):
18441844
import llama_cpp.llava_cpp as llava_cpp
18451845

18461846
self._llava_cpp = llava_cpp

0 commit comments

Comments
 (0)
0