Skip to content

Commit b212046

Browse files
authored
Back out inclusion of cudart (#1157)
1 parent 398fc9f commit b212046

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conda/pytorch-nightly/bld.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ IF "%USE_SCCACHE%" == "1" (
107107

108108
if NOT "%build_with_cuda%" == "" (
109109
copy "%CUDA_BIN_PATH%\cudnn*64_*.dll*" %SP_DIR%\torch\lib
110-
copy "%CUDA_BIN_PATH%\cudart*64_*.dll*" %SP_DIR%\torch\lib
111110
copy "%NVTOOLSEXT_PATH%\bin\x64\nvToolsExt64_*.dll*" %SP_DIR%\torch\lib
112111
:: cupti library file name changes aggressively, bundle it to avoid
113112
:: potential file name mismatch.

0 commit comments

Comments
 (0)