tests : add hs=256
This commit is contained in:
parent
09532120e0
commit
e425810bb6
2 changed files with 2 additions and 2 deletions
2
ggml.c
2
ggml.c
|
@ -12272,7 +12272,7 @@ static void ggml_compute_forward_soft_max_f32(
|
|||
|
||||
GGML_TENSOR_UNARY_OP_LOCALS
|
||||
|
||||
const int64_t ne11 = src1 ? src1->ne[1] : 1;
|
||||
//const int64_t ne11 = src1 ? src1->ne[1] : 1;
|
||||
|
||||
// TODO: is this supposed to be ceil instead of floor?
|
||||
// https://huggingface.co/mosaicml/mpt-7b/blob/main/attention.py#L370
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue