We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
None
1 parent 0318702 commit a50d24eCopy full SHA for a50d24e
llama_cpp/llama.py
@@ -451,7 +451,7 @@ def __init__(
451
if self.chat_format is None and self.chat_handler is None:
452
self.chat_format = "llama-2"
453
if self.verbose:
454
- print(f"Using fallback chat format: {chat_format}", file=sys.stderr)
+ print(f"Using fallback chat format: {self.chat_format}", file=sys.stderr)
455
456
@property
457
def ctx(self) -> llama_cpp.llama_context_p:
0 commit comments