From 61a467fbb83a62c7fb04665866c63844cc5ff477 Mon Sep 17 00:00:00 2001 From: BBC-Esq Date: Tue, 2 Jul 2024 04:48:24 -0400 Subject: [PATCH] 6.0.2 Streamline setting cuda/cudnn paths. --- src/gui.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui.py b/src/gui.py index 9a90a7ee..41def57b 100644 --- a/src/gui.py +++ b/src/gui.py @@ -17,9 +17,6 @@ def set_cuda_paths(): new_value = os.pathsep.join(paths_to_add + [current_value] if current_value else paths_to_add) os.environ[env_var] = new_value - print("CUDA paths have been set or updated in the environment variables.") - -# Execute the function immediately set_cuda_paths() from PySide6.QtWidgets import (