Skip to content

Commit 96430db

Browse files
committed
(minor) typo
1 parent 61cce5a commit 96430db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/app/run_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run_app() -> None:
3131
if app_config.pytorch_cuda_alloc_conf:
3232
configure_torch_cuda_allocator(app_config.pytorch_cuda_alloc_conf, logger)
3333

34-
# Import from startup_utils here to avoid importing torch before enable_torch_cuda_malloc() is called.
34+
# Import from startup_utils here to avoid importing torch before configure_torch_cuda_allocator() is called.
3535
from invokeai.app.util.startup_utils import (
3636
apply_monkeypatches,
3737
check_cudnn,

0 commit comments

Comments
 (0)