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 61cce5a commit 96430dbCopy full SHA for 96430db
invokeai/app/run_app.py
@@ -31,7 +31,7 @@ def run_app() -> None:
31
if app_config.pytorch_cuda_alloc_conf:
32
configure_torch_cuda_allocator(app_config.pytorch_cuda_alloc_conf, logger)
33
34
- # Import from startup_utils here to avoid importing torch before enable_torch_cuda_malloc() is called.
+ # Import from startup_utils here to avoid importing torch before configure_torch_cuda_allocator() is called.
35
from invokeai.app.util.startup_utils import (
36
apply_monkeypatches,
37
check_cudnn,
0 commit comments