llama : replace ggml_diag_mask_inf with ggml_add (custom -inf mask)
This commit is contained in:
parent
c5df72e848
commit
3b4bab6a38
4 changed files with 128 additions and 31 deletions
2
ggml.c
2
ggml.c
|
@ -8797,8 +8797,6 @@ static void ggml_compute_forward_add_f32(
|
|||
#else
|
||||
ggml_vec_add_f32(ne00, dst_ptr, src0_ptr, src1_ptr);
|
||||
#endif
|
||||
// }
|
||||
// }
|
||||
}
|
||||
} else {
|
||||
// src1 is not contiguous
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue