Ask user for CUDA installation in Windows installer script

This commit is contained in:
Deniz Şafak
2025-07-29 16:56:39 +03:00
parent 156fa75c76
commit 63679405a9
2 changed files with 23 additions and 3 deletions
+1
View File
@@ -1,5 +1,6 @@
# 1.1.6 (pre-release)
- Fixed SRT subtitle numbering issue, mentioned by @page-muncher in #41
- Windows installer script now prompts the user to install the CUDA version of PyTorch even if no NVIDIA GPU is detected.
# 1.1.5
- Changed the temporary directory path to user's cache directory, which is more appropriate for storing cache files and avoids issues with unintended cleanup.