We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently llama-cpp-python supports 3.7 even though it was EOL this year. With py3.12 coming out next month it may be worth dropping 3.7
llama-cpp-python
https://devguide.python.org/versions/#unsupported-versions
The text was updated successfully, but these errors were encountered:
I see it's part of #499
Sorry, something went wrong.
Fix GCC warning about binary literal (abetlen#595)
83df563
0b10101010 -> 0xAA /* 0b10101010 */
Successfully merging a pull request may close this issue.
Currently
llama-cpp-python
supports 3.7 even though it was EOL this year. With py3.12 coming out next month it may be worth dropping 3.7https://devguide.python.org/versions/#unsupported-versions
The text was updated successfully, but these errors were encountered: