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 398fc9f commit b212046Copy full SHA for b212046
conda/pytorch-nightly/bld.bat
@@ -107,7 +107,6 @@ IF "%USE_SCCACHE%" == "1" (
107
108
if NOT "%build_with_cuda%" == "" (
109
copy "%CUDA_BIN_PATH%\cudnn*64_*.dll*" %SP_DIR%\torch\lib
110
- copy "%CUDA_BIN_PATH%\cudart*64_*.dll*" %SP_DIR%\torch\lib
111
copy "%NVTOOLSEXT_PATH%\bin\x64\nvToolsExt64_*.dll*" %SP_DIR%\torch\lib
112
:: cupti library file name changes aggressively, bundle it to avoid
113
:: potential file name mismatch.
0 commit comments