Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Microsoft.ML.OnnxRuntime.Managed.1.22.1.nupkg | 2025-07-02 | 905.2 kB | |
Microsoft.ML.OnnxRuntime.Gpu.Windows.1.22.1.nupkg | 2025-06-30 | 207.7 MB | |
Microsoft.ML.OnnxRuntime.Gpu.1.22.1.nupkg | 2025-06-30 | 312.7 kB | |
Microsoft.ML.OnnxRuntime.DirectML.1.22.1.nupkg | 2025-06-30 | 17.9 MB | |
Microsoft.ML.OnnxRuntime.1.22.1.nupkg | 2025-06-30 | 121.5 MB | |
onnxruntime-win-x86-1.22.1.zip | 2025-06-30 | 72.6 MB | |
onnxruntime-win-x64-gpu-1.22.1.zip | 2025-06-30 | 314.4 MB | |
onnxruntime-win-x64-1.22.1.zip | 2025-06-30 | 73.7 MB | |
onnxruntime-win-arm64-1.22.1.zip | 2025-06-30 | 73.5 MB | |
ONNX Runtime v1.22.1 source code.tar.gz | 2025-06-27 | 241.4 MB | |
ONNX Runtime v1.22.1 source code.zip | 2025-06-27 | 247.1 MB | |
README.md | 2025-06-27 | 573 Bytes | |
Totals: 12 Items | 1.4 GB | 21 |
What's new?
This release replaces static linking of dxcore.lib with optional runtime loading, lowering the minimum supported version from Windows 10 22H2 (10.0.22621) to 20H1 (10.0.19041). This enables compatibility with Windows Server 2019 (10.0.17763), where dxcore.dll may be absent.
- change dependency from gitlab eigen to github eigen-mirror [#24884] - @prathikr
- Weaken dxcore dependency [#24845] - @skottmckay
- [DML] Restore compatibility with Windows Sdk 10.0.17134.0 [#24950] - @JulienMaille
- Disable VCPKG's binary cache [#24889] - @snnn