Skip to content
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

Fix minimum auto-gptq version logic #1489

Closed

Conversation

baskrahmer
Copy link
Contributor

Basically fixes this case:

ImportError: Found an incompatible version of auto-gptq. Found version 0.4.2, but only version above 0.4.2 are supported

Which I assume to be a bug, but please correct me if I'm wrong!

cc @SunMarc

@SunMarc
Copy link
Member

SunMarc commented Oct 26, 2023

Hi @baskrahmer, we merged a PR in optimum that modified the minimum version of auto-gptq (we need 0.5.0dev). We will do a release shortly in autogptq so that you don't have to install from source. There are two ways to solve your issue, either download autogptq from source or you can work on a branch with thecommit reverted. Sorry that it impacted your work.

@baskrahmer
Copy link
Contributor Author

@SunMarc ah I see. All good, thanks for the context!

@baskrahmer baskrahmer closed this Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants