Bug: baby-llama fails #9674
Labels
bug-unconfirmed
medium severity
Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but still useable)
stale
What happened?
Running baby-llama I get
ggml.c:6845: GGML_ASSERT(false && "backwards pass not implemented") failed
I came across the following code in ggml_rope_back:
Since IMO the backward pass is already implemented, we need just to change this code to
That should fix the baby-llama.
The backward pass of RoPE is present in
ggml_compute_backward(..)
.I can create a PR for this, or maybe I'm missing something?
Name and Version
version: 3827 (7691654)
built with Apple clang version 15.0.0 (clang-1500.3.9.4) for arm64-apple-darwin24.0.0
What operating system are you seeing the problem on?
Mac
Relevant log output
The text was updated successfully, but these errors were encountered: