You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: