Skip to content

Commit

Permalink
Adding missing file in Linux CPU build
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Gustafsson committed Dec 9, 2024
1 parent 156287e commit 321359b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Redist/libtorch-cpu/libtorch-cpu.proj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<File Include="libtorch\lib\libtorch_python.dylib" />
</ItemGroup>
<ItemGroup Condition="'$(TargetOS)' == 'linux'">
<File Include= "libtorch\lib\libaoti_custom_ops.so" />
<File Include="libtorch\lib\libbackend_with_compiler.so"/>
<File Include="libtorch\lib\libc10.so"/>
<File Include="libtorch\lib\libgomp-98b21ff3.so.1"/>
Expand Down

0 comments on commit 321359b

Please sign in to comment.