We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f45e97 commit d34756dCopy full SHA for d34756d
main.py
@@ -123,7 +123,6 @@ def entrypoint(arguments: Optional[dict] = None):
123
124
# Check exllamav2 version and give a descriptive error if it's too old
125
# Skip if launching unsafely
126
- print(f"MAIN.PY {config=}")
127
if unwrap(config.developer.get("unsafe_launch"), False):
128
logger.warning(
129
"UNSAFE: Skipping ExllamaV2 version check.\n"
0 commit comments