Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 843d6e9

Browse files
authored
Fix nvjitlink inclusion in 12.1 wheels (#1397)
* Fix nvjitlink inclusion in 12.1 wheels * Fix typo
1 parent b55a167 commit 843d6e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

windows/internal/copy.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ copy "%libuv_ROOT%\bin\uv.dll" pytorch\torch\lib
1818
if exist "C:\Windows\System32\zlibwapi.dll" (
1919
copy "C:\Windows\System32\zlibwapi.dll" pytorch\torch\lib
2020
)
21+
22+
::copy nvJitLink dll is requires for cuda 12+
23+
if exist "%CUDA_PATH%\bin\nvJitLink_*.dll*" (
24+
copy "%CUDA_PATH%\bin\nvJitLink_*.dll*" pytorch\torch\lib
25+
)

0 commit comments

Comments
 (0)