Skip to content

Commit

Permalink
Main: Remove debug print statement for config object
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Sep 17, 2024
1 parent 46f9fff commit 06a798d
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 @@ -118,7 +118,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 config.developer.unsafe_launch:
logger.warning(
"UNSAFE: Skipping ExllamaV2 version check.\n"
Expand Down

0 comments on commit 06a798d

Please sign in to comment.