-
Notifications
You must be signed in to change notification settings - Fork 166
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
getting error while running llama2/bert on GPU #1279
Comments
I am getting a similar error when I run the following: |
I was able to avoid the KeyError: 'config' issue by installing Olive from source - as noted here - https://github.com/microsoft/Olive/blob/main/examples/README.md |
But now I get the following errors when I try to look at the quantized model that was created: |
@himanshushukla12 can you please install Olive from source with main branch and try again? |
@MayuraRam can you please open a new issue and paste the full logs of your error? |
Hi All, Any fix wrt to this issue. Even the example files are failing here. |
when I run the command:
I'm getting the issue:
OS Version:
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Olive Version:
ONNXRuntime Version:
Version: 1.18.1
I'm using the notebook given in the examples
The text was updated successfully, but these errors were encountered: