Tree: Format
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
2f45e978c5
commit
d34756dc98
1 changed files with 0 additions and 1 deletions
1
main.py
1
main.py
|
|
@ -123,7 +123,6 @@ def entrypoint(arguments: Optional[dict] = None):
|
||||||
|
|
||||||
# Check exllamav2 version and give a descriptive error if it's too old
|
# Check exllamav2 version and give a descriptive error if it's too old
|
||||||
# Skip if launching unsafely
|
# Skip if launching unsafely
|
||||||
print(f"MAIN.PY {config=}")
|
|
||||||
if unwrap(config.developer.get("unsafe_launch"), False):
|
if unwrap(config.developer.get("unsafe_launch"), False):
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"UNSAFE: Skipping ExllamaV2 version check.\n"
|
"UNSAFE: Skipping ExllamaV2 version check.\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue