Skip to content

Commit 39ae6d2

Browse files
committed
fix mkldnn version
1 parent 4c78c6c commit 39ae6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Redist/Libtorch.Redist/Libtorch.Redist.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
<ItemGroup>
5050
<MklDnnConfig Include="darwin" FileExtension=".tgz"
51-
FilesFromArchive= "mklml_mac_$(LibtorchVersion)\lib\libmklml.dylib;
52-
mklml_mac_$(LibtorchVersion)\lib\libiomp5.dylib;"
51+
FilesFromArchive= "mklml_mac_$(MklDnnVersion)\lib\libmklml.dylib;
52+
mklml_mac_$(MklDnnVersion)\lib\libiomp5.dylib;"
5353
Runtime="osx-x64" />
5454

5555
<AdditionalDownloadFile Include="https://raw.githubusercontent.com/intel/mkl-dnn/master/LICENSE" DownloadFile="$(IntermediateOutputPath)LICENSE-MKL-DNN" />

0 commit comments

Comments
 (0)