Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abetlen committed Feb 26, 2024
1 parent 44558cb commit 78e536d
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 @@ -1840,7 +1840,7 @@ def create_completion(stop):
class Llava15ChatHandler:
_clip_free = None

def __init__(self, clip_model_path: str, verbose: bool = False):
def __init__(self, clip_model_path: str, verbose: bool = False):
import llama_cpp.llava_cpp as llava_cpp

self._llava_cpp = llava_cpp
Expand Down

0 comments on commit 78e536d

Please sign in to comment.