-
Notifications
You must be signed in to change notification settings - Fork 1
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
Check microsoft Llama-2-Onnx repo #148
Comments
To test it with MIGraphX we can update these two apps:
|
Testing Without and with input dims ( |
WIth the latest develop, the above issue is bypassed, because the steps were default (1). Now it will stop at
|
If we would skip that check. It would run into this fail: |
We got a request to check the https://github.com/microsoft/Llama-2-Onnx repository.
This requires a permission to access Llama 2 model, the details are descibed in the repo's readme.
There are two python examples which we should try with migraphx (more details about these in the repo's readme). In these examples we have to replace the onnx runtime with migraphx api calls.
The text was updated successfully, but these errors were encountered: