Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
Streamline setting cuda/cudnn paths.
  • Loading branch information
BBC-Esq authored Jul 2, 2024
1 parent d1d90c6 commit 61a467f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 61a467f

Please sign in to comment.