diff --git a/conda/pytorch-nightly/bld.bat b/conda/pytorch-nightly/bld.bat index 8f9575f85..c81db3496 100644 --- a/conda/pytorch-nightly/bld.bat +++ b/conda/pytorch-nightly/bld.bat @@ -107,7 +107,6 @@ IF "%USE_SCCACHE%" == "1" ( if NOT "%build_with_cuda%" == "" ( copy "%CUDA_BIN_PATH%\cudnn*64_*.dll*" %SP_DIR%\torch\lib - copy "%CUDA_BIN_PATH%\cudart*64_*.dll*" %SP_DIR%\torch\lib copy "%NVTOOLSEXT_PATH%\bin\x64\nvToolsExt64_*.dll*" %SP_DIR%\torch\lib :: cupti library file name changes aggressively, bundle it to avoid :: potential file name mismatch.