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
Working but `ggml_metal_get_buffer: error: tensor 'blk.16.attn_v.weight.loraB' buffer is nil`
40
-
41
-
With `ngl > 0` the code breaks. Probably because the Lora tensors try to interact with the base tensors (as in`lora_mul_mat`), but the lora tensors are not moved to the gpu buffer of the base tensors.
0 commit comments