Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Single source of truth for OnnxRuntime version. Referenced by Trackdub.OnnxRuntime.Dnnl.Native.csproj and the DNNL build script.
IMPORTANT: Keep this a literal version string. The build script (tools/onnxruntime-dnnl/Build-OnnxRuntimeDnnlNativePackage.ps1)
reads it with a regex and will capture the raw text literally if this is set to another MSBuild property reference. -->
<OnnxRuntimeVersion>1.24.4</OnnxRuntimeVersion>
<OnnxRuntimeVersion>1.28.0</OnnxRuntimeVersion>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="Avalonia" Version="12.1.1" />
Expand Down Expand Up @@ -42,7 +42,7 @@
feed entry from NuGet.Config at that point.
-->
<PackageVersion Include="Microsoft.ML.OnnxRuntimeGenAI" Version="0.15.0" />
<PackageVersion Include="Microsoft.ML.OnnxRuntimeGenAI.Cuda" Version="0.13.1" />
<PackageVersion Include="Microsoft.ML.OnnxRuntimeGenAI.Cuda" Version="0.15.0" />
<PackageVersion Include="Microsoft.ML.OnnxRuntimeGenAI.Managed" Version="0.15.0" />
<PackageVersion Include="Microsoft.ML.Tokenizers" Version="3.0.0-preview.26160.2" />
<PackageVersion Include="Microsoft.ML.OnnxRuntime" Version="$(OnnxRuntimeVersion)" />
Expand Down
206 changes: 103 additions & 103 deletions src/DubBench/packages.lock.json

Large diffs are not rendered by default.

831 changes: 104 additions & 727 deletions src/Trackdub.Benchmarks/packages.lock.json

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions src/Trackdub.Cli/packages.lock.json

Large diffs are not rendered by default.

272 changes: 109 additions & 163 deletions src/Trackdub.Composition/packages.lock.json

Large diffs are not rendered by default.

188 changes: 94 additions & 94 deletions src/Trackdub.Inference.Onnx/packages.lock.json

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions src/Trackdub.Sdk/packages.lock.json

Large diffs are not rendered by default.

1,018 changes: 104 additions & 914 deletions tests/Trackdub.Benchmarks.Tests/packages.lock.json

Large diffs are not rendered by default.

192 changes: 96 additions & 96 deletions tests/Trackdub.Composition.Tests/packages.lock.json

Large diffs are not rendered by default.

402 changes: 32 additions & 370 deletions tests/Trackdub.Inference.Onnx.Tests/packages.lock.json

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions tests/Trackdub.Inference.Tests/packages.lock.json

Large diffs are not rendered by default.

206 changes: 103 additions & 103 deletions tests/Trackdub.Sdk.Tests/packages.lock.json

Large diffs are not rendered by default.

Loading