microsoft / vcpkg

C++ Library Manager for Windows, Linux, and MacOS
MIT License
23.41k stars 6.47k forks source link

[ONNX Runtime] update to v1.17.0 #36545

Open traversebitree opened 10 months ago

traversebitree commented 10 months ago

Library name

ONNX Runtime

New version number

v1.17.0

Other information that may be useful (release notes, etc...)

Currently vcpkg port only supports the GPU version of ONNX Runtime onnxruntime-gpu and only for Windows. And there's no *Target.cmake file. Please support the CPU version of ONNX Runtime and support Linux and MacOS.

New release of ONNX Runtime v1.17.0: ONNX Runtime v1.17.0

WangWeiLin-MV commented 9 months ago

Hi @luncliff, I noticed that you created the port onnxruntime in your registry (https://github.com/luncliff/vcpkg-registry/blob/main/ports/onnxruntime), this would be the great solution for the current issue, and also would be very useful to other users who may need it. Would you like to help create a pull request to add port onnxruntime to the vcpkg registry? If you need any help or have any questions, please let me know. Thanks for your work and contribution to community.

luncliff commented 9 months ago

So they released another version! (oh my god....) Let me check the release note and commits first. I was also considering upstream contribution for both onnxruntime and vcpkg

On Thu, Feb 8, 2024, 15:16 WangWeiLin-MV @.***> wrote:

Hi @luncliff https://github.com/luncliff, I noticed that you created the port onnxruntime in your registry ( https://github.com/luncliff/vcpkg-registry/blob/main/ports/onnxruntime), this would be the great solution for the current issue, and also would be very useful to other users who may need it. Would you like to help create a pull request to add port onnxruntime to the vcpkg registry? If you need any help or have any questions, please let me know. Thanks for your work and contribution to community.

— Reply to this email directly, view it on GitHub https://github.com/microsoft/vcpkg/issues/36545#issuecomment-1933484125, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLSYE6SLHMBCFPIRB2PIODYSR3THAVCNFSM6AAAAABCXT3FOKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZTGQ4DIMJSGU . You are receiving this because you were mentioned.Message ID: @.***>

github-actions[bot] commented 3 months ago

This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.

luncliff commented 3 months ago

Currently working on https://github.com/microsoft/onnxruntime/pull/21348 . I will update the #36850 soon...