We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug As per the title
To Reproduce Steps to reproduce the behavior:
Expected behavior The examples would use the 0.5.2 release of onnxruntime-genai and the 1.20 version of onnxruntime
Additional context https://github.com/microsoft/onnxruntime-genai/tree/rel-0.5.2/examples/c#windows-x64-cpu
curl -L https://github.com/microsoft/onnxruntime-genai/releases/download/v0.4.0/onnxruntime-genai-win-cpu-x64-capi.zip -o onnxruntime-genai-win-cpu-x64-capi.zip tar xvf onnxruntime-genai-win-cpu-x64-capi.zip cd onnxruntime-genai-win-cpu-x64-capi tar xvf onnxruntime-genai-0.4.0-win-x64.zip copy onnxruntime-genai-0.4.0-win-x64\include\* ..\include copy onnxruntime-genai-0.4.0-win-x64\lib\* ..\lib cd ..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
As per the title
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The examples would use the 0.5.2 release of onnxruntime-genai and the 1.20 version of onnxruntime
Additional context
https://github.com/microsoft/onnxruntime-genai/tree/rel-0.5.2/examples/c#windows-x64-cpu
The text was updated successfully, but these errors were encountered: