Skip to content

Commit

Permalink
Undo spurious changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuslepukhin committed Oct 25, 2024
1 parent adb14b0 commit 80b170a
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,15 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
</ItemGroup>
<None Include="$(OnnxRuntimeRoot)\onnxruntime\test\testdata\lora\two_params_lora_model.onnx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
<None Include="$(OnnxRuntimeRoot)\onnxruntime\test\testdata\lora\two_params_lora_model.onnx_adapter">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<Visible>false</Visible>
</None>
</ItemGroup>

<ItemGroup Condition="'$(IsAndroidBuild)' == 'true'">
<!-- local build -->
Expand Down

0 comments on commit 80b170a

Please sign in to comment.