Skip to content

Commit

Permalink
[pytorch] Fixes PyTorch 2.3.1 windows dependencies (#3269)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Jun 20, 2024
1 parent 17f992e commit cac16a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/pytorch/pytorch-native/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ fun copyNativeLibToOutputDir(fileStoreMap: Map<String, String>, binaryRoot: Stri
"cu*.dll",
"fbgemm.dll",
"nv*.dll",
"mkl_*.dll",
"torch_cpu.dll",
"torch_cuda*.dll",
"torch.dll",
Expand Down

0 comments on commit cac16a1

Please sign in to comment.