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 78e536d

Browse filesBrowse files
committed
fix: typo
1 parent 44558cb commit 78e536d
Copy full SHA for 78e536d

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
@@ -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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.