Skip to content

Commit c2a86ca

Browse files
committed
Use OnnxRuntime with GPU
1 parent 8c28634 commit c2a86ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VSharp.Explorer/VSharp.Explorer.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
<ItemGroup>
5151
<PackageReference Update="FSharp.Core" Version="7.0.*" />
52-
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.20.0" />
52+
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.20.0" />
5353
<PackageReference Include="System.Numerics.Tensors" Version="8.0.0" />
5454
</ItemGroup>
5555
</Project>

0 commit comments

Comments
 (0)