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

Support for ExLlama V2 #15

Closed
Immortalin opened this issue Sep 13, 2023 · 2 comments
Closed

Support for ExLlama V2 #15

Immortalin opened this issue Sep 13, 2023 · 2 comments

Comments

@Immortalin
Copy link

https://github.com/turboderp/exllamav2

@c0sogi
Copy link
Owner

c0sogi commented Sep 14, 2023

Exllama v2 seems to be working now. Would you like to test this out?
Simply add version=2 to ExllamaModel as below:

your_gptq_model = ExllamaModel(
    version=2,
    model_path="TheBloke/MythoMax-L2-13B-GPTQ",  # automatic download
    max_total_tokens=4096,
)

@ehartford
Copy link

Thank you!

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

No branches or pull requests

3 participants