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

ERROR: Could not find a version that satisfies the requirement auto-gptq==0.4.2 (from axolotl[deepspeed,flash-attn]) (from versions: 0.0.4, 0.0.5, 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.5.0, 0.5.1) ERROR: No matching distribution found for auto-gptq==0.4.2 #872

Closed
6 of 8 tasks
Fluxionsdx opened this issue Nov 16, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Fluxionsdx
Copy link

Please check that this issue hasn't been reported before.

  • I searched previous Bug Reports didn't find any similar reports.

Expected Behavior

Installation should work

Current behaviour

When running the command pip3 install -e '.[flash-attn,deepspeed]'
Get error: ERROR: Could not find a version that satisfies the requirement auto-gptq==0.4.2 (from axolotl[deepspeed,flash-attn]) (from versions: 0.0.4, 0.0.5, 0.1.0, 0.2.0, 0.2.1, 0.2.2, 0.3.0, 0.3.1, 0.3.2, 0.5.0, 0.5.1) ERROR: No matching distribution found for auto-gptq==0.4.2

I found this closed issue #835 from a week ago where it looks like there was a problem with people having 0.4.2 installed. It looks like that was fixed by requiring 0.4.2, but that version now seems to be no longer available?

Steps to reproduce

pip3 install packaging
pip3 install -e '.[flash-attn,deepspeed]'

Config yaml

No response

Possible solution

No response

Which Operating Systems are you using?

  • Linux
  • macOS
  • Windows

Python Version

3.11.5

axolotl branch-commit

commit 3cc67d2 (HEAD -> main, origin/main, origin/HEAD)

Acknowledgements

  • My issue title is concise, descriptive, and in title casing.
  • I have searched the existing issues to make sure this bug has not been reported yet.
  • I am using the latest version of axolotl.
  • I have provided enough information for the maintainers to reproduce and diagnose the issue.
@Fluxionsdx Fluxionsdx added the bug Something isn't working label Nov 16, 2023
@winglian
Copy link
Collaborator

This will be fixed once we merge #867

@Fluxionsdx
Copy link
Author

I just tried to install auto-gptq==0.5.1 and got this error
Screenshot 2023-11-16 at 9 50 24 AM

looks like it's expecting a cuda version, but I'm on a macbook.

@winglian
Copy link
Collaborator

@Fluxionsdx unfortunately I don't think axolotl is well supported on Mac since it relies on a lot of libraries that are pretty nvidia/cuda specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants