mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Logging: Fix legacy warn statement
Warn is not a valid method with loguru. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -680,7 +680,7 @@ class ExllamaV2Container:
|
||||
kwargs.get("negative_prompt"), self.tokenizer.bos_token
|
||||
)
|
||||
else:
|
||||
logger.warn(
|
||||
logger.warning(
|
||||
"CFG is currently disabled. "
|
||||
"Please reload your model with use_cfg = True.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user