Tree: Format

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri
2023-12-23 23:03:28 -05:00
parent c9126c3145
commit 703a114f63
3 changed files with 8 additions and 4 deletions

View File

@@ -523,9 +523,7 @@ class ModelContainer:
"installed ExLlamaV2 version."
)
if (unwrap(kwargs.get("top_a"), False)) and not hasattr (
gen_settings, "top_a"
):
if (unwrap(kwargs.get("top_a"), False)) and not hasattr(gen_settings, "top_a"):
logger.warning(
"Top-A is not supported by the currently "
"installed ExLlamaV2 version."