We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c78c6c commit 39ae6d2Copy full SHA for 39ae6d2
src/Redist/Libtorch.Redist/Libtorch.Redist.proj
@@ -48,8 +48,8 @@
48
49
<ItemGroup>
50
<MklDnnConfig Include="darwin" FileExtension=".tgz"
51
- FilesFromArchive= "mklml_mac_$(LibtorchVersion)\lib\libmklml.dylib;
52
- mklml_mac_$(LibtorchVersion)\lib\libiomp5.dylib;"
+ FilesFromArchive= "mklml_mac_$(MklDnnVersion)\lib\libmklml.dylib;
+ mklml_mac_$(MklDnnVersion)\lib\libiomp5.dylib;"
53
Runtime="osx-x64" />
54
55
<AdditionalDownloadFile Include="https://raw.githubusercontent.com/intel/mkl-dnn/master/LICENSE" DownloadFile="$(IntermediateOutputPath)LICENSE-MKL-DNN" />
0 commit comments