"llama/llama.cpp/vscode:/vscode.git/clone" did not exist on "7ccfd97a9381588562a4764e41bde27ae5197ace"
Renamed variables from single letter to better naming (#449)
* renamed variable names q -> query k -> key v -> value b -> batch c -> channel h -> height w -> weight * rename variable names missed some in the initial commit * renamed more variable names As per code review suggestions, renamed x -> hidden_states and x_in -> residual * fixed minor typo
Showing
Please register or sign in to comment