We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44558cb commit 78e536dCopy full SHA for 78e536d
1 file changed
llama_cpp/llama_chat_format.py
@@ -1840,7 +1840,7 @@ def create_completion(stop):
1840
class Llava15ChatHandler:
1841
_clip_free = None
1842
1843
- def __init__(self, clip_model_path: str, verbose: bool = False):
+ def __init__(self, clip_model_path: str, verbose: bool = False):
1844
import llama_cpp.llava_cpp as llava_cpp
1845
1846
self._llava_cpp = llava_cpp
0 commit comments