mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
* Fix DirectML nuget creation in Nuget pipeline (#3929) * Added onnxruntime aarch64 wheel to pypi publishing pipeline (#3903) * Added onnxruntime aarch64 wheel to pypi publishing pipeline * Support nightly build flag * Add support for nightly build * Fix error handling in LearningModelSession.cpp (#3920) * Update DML Nuget version and DML EP Doc (#3945) Update DML Nuget version and DML EP Doc * Fix ordering of APIs. (#3951) Co-authored-by: Ryan Lai <rylai@microsoft.com> Co-authored-by: Prabhat <prabhat.roy@microsoft.com> Co-authored-by: Jeff Bloomfield <38966965+jeffbloo@users.noreply.github.com> Co-authored-by: Pranav Sharma <prs@microsoft.com>
5 lines
212 B
XML
5 lines
212 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="DirectML" version="2.1.0" targetFramework="native" />
|
|
<package id="GoogleTestAdapter" version="0.17.1" targetFramework="net46" />
|
|
</packages>
|