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

Supports cpu without avx2 instruction set #1142

Open
wsxiaoys opened this issue Dec 29, 2023 · 0 comments · May be fixed by #1716
Open

Supports cpu without avx2 instruction set #1142

wsxiaoys opened this issue Dec 29, 2023 · 0 comments · May be fixed by #1716
Labels
enhancement New feature or request

Comments

@wsxiaoys
Copy link
Member

Starting from version 0.5.0, the switch to llama.cpp in inference means that, by default, Tabby is compiled with AVX2 support. Consequently, Tabby may not function properly on CPUs lacking AVX2 support.

To address this issue, we could explore potential improvements by offering a separately compiled binary or awaiting an upstream llama.cpp patch that enables dynamic dispatching.

@wsxiaoys wsxiaoys added the enhancement New feature or request label Dec 29, 2023
@wsxiaoys wsxiaoys changed the title Supports avx2 in tabby Supports cpu without avx2 instruction set Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant