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:
parent
ba3da6d92f
commit
53d889e0f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue