Fixed [WinError 1114] A dynamic link library (DLL) initialization routine failed, Potential fix for CUDA GPU is not available

This commit is contained in:
Deniz Şafak
2025-10-30 12:52:46 +03:00
parent 4b175c7cf2
commit afbd5203fe
5 changed files with 31 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ python -m venv venv
venv\Scripts\activate
# For NVIDIA GPUs:
pip install torch==2.8.0 torchaudio==2.8.0 torchvision==0.23.0 --index-url https://download.pytorch.org/whl/cu128
pip install torch torchaudio torchvision --index-url https://download.pytorch.org/whl/cu128
# For AMD GPUs:
# Not supported yet, because ROCm is not available on Windows. Use Linux if you have AMD GPU.