-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement openAI endpoint invoker for nuget #15797
Conversation
tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use RAII and make_unique (instead of malloc and free).
tools/ci_build/github/azure-pipelines/c-api-noopenmp-packaging-pipelines.yml
Show resolved
Hide resolved
RAll-ed two types:
|
Run https://github.com/microsoft/onnxruntime/blob/main/cgmanifests/generate_cgmanifest.py. Add the license of libcurl to https://github.com/microsoft/onnxruntime/blob/main/ThirdPartyNotices.txt since your public packages contains code from libcurl. Do this thing for all new dependencies this EP introduces, whether the dependency is a direct dependency or indirect dependency. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Mind point to the code line of this? |
Give me a moment. I'm searching it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Implement openAI audio endpoint, and enable nuget packaging. --------- Co-authored-by: Randy Shuai <[email protected]>
Implement openAI audio endpoint, and enable nuget packaging. --------- Co-authored-by: Randy Shuai <[email protected]>
### Description Revert a change in #15797: restore the correct version of emsdk ### Motivation and Context Without change, when you build it on Windows you will see: ``` 2023-05-17 19:41:30,093 build [INFO] - Activating emsdk... 2023-05-17 19:41:30,093 util.run [INFO] - Running subprocess in 'C:\src\onnxruntime2\cmake\external\emsdk' 'C:\src\onnxruntime2\cmake\external\emsdk\emsdk.bat' activate 3.1.37 error: tool or SDK not found: '3.1.37' ```
### Description In PR #15797, the author manually edited the cgmanifests/generated/cgmanifest.json file and made an error there that makes the file ill formed.
### Description In PR microsoft#15797, the author manually edited the cgmanifests/generated/cgmanifest.json file and made an error there that makes the file ill formed.
Implement openAI audio endpoint, and enable nuget packaging.