We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5a0e3 commit c05b3a4Copy full SHA for c05b3a4
src/setup.bat
@@ -426,7 +426,7 @@ if /i "!hasCUDA!" == "true" (
426
427
REM CUDA Toolkit != CUDA drivers. We need the files and CUDA_PATH to be in place
428
if exist "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v*" set hasCUDAToolkit=true
429
- if "%CUDA_PATH%" == "" set hasCUDAToolkit=false
+ if "%CUDA_PATH%" == "" ( set "hasCUDAToolkit=false" ) else ( set "hasCUDAToolkit=true" )
430
431
call "!utilsScript!" GetCuDNNVersion
432
if "!cuDNN_version!" == "" (
0 commit comments