From 2bafa9579d286d8606aa12b2aacb9925eac5a2cb Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 4 Oct 2022 08:37:24 -0700 Subject: [PATCH] Back out inclusion of cudart --- conda/pytorch-nightly/bld.bat | 1 - 1 file changed, 1 deletion(-) 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.