Skip to content

Commit

Permalink
Tree: Format
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <bdashore3@proton.me>
  • Loading branch information
bdashore3 committed Sep 5, 2024
1 parent 2f45e97 commit d34756d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def entrypoint(arguments: Optional[dict] = None):

# Check exllamav2 version and give a descriptive error if it's too old
# Skip if launching unsafely
print(f"MAIN.PY {config=}")
if unwrap(config.developer.get("unsafe_launch"), False):
logger.warning(
"UNSAFE: Skipping ExllamaV2 version check.\n"
Expand Down

0 comments on commit d34756d

Please sign in to comment.