-
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
Incompatible with latest exllamav2: too many values to unpack (expected 3) #1
Comments
Yes, I have a PR open with exllamav2 to refactor that code to make it more reusable: turboderp-org/exllamav2#330 but I don't think there's interest on that end. I was trying to avoid copying that class into this project, but I will probably end up doing that. |
Hopes the the openai server could work with exllamav2. |
got similar error
|
Yes, although requirements.txt says |
When I run the API server, error shows on calling api:
I fixed it by update the server.py, although I need to hack some of the exllamav2 source code to make the code works together.
vim server.py
The text was updated successfully, but these errors were encountered: