Skip to content

Commit

Permalink
Use OnnxRuntime with GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Parzival-05 committed Feb 21, 2025
1 parent 2e8c350 commit a2d6970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VSharp.Explorer/VSharp.Explorer.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="7.0.*" />
<PackageReference Include="Microsoft.ML.OnnxRuntime" Version="1.20.0" />
<PackageReference Include="Microsoft.ML.OnnxRuntime.Gpu" Version="1.20.0" />
<PackageReference Include="System.Numerics.Tensors" Version="8.0.0" />
</ItemGroup>
</Project>

0 comments on commit a2d6970

Please sign in to comment.