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
/llama.cpp line 973
Code: { const auto & hparams = model.hparams; // <-- also used line 892
The text was updated successfully, but these errors were encountered:
llama: fix shadowing
10632d8
fixes #1363
fix in #1367
Sorry, something went wrong.
llama : fix hparams shadow (#1367)
003ba2f
Successfully merging a pull request may close this issue.
/llama.cpp line 973
Code:
{
const auto & hparams = model.hparams; // <-- also used line 892
The text was updated successfully, but these errors were encountered: