fix typo, "data_swa" -> "data"
This commit is contained in:
parent
03cb5cda6d
commit
b4e3de6b17
1 changed files with 1 additions and 1 deletions
|
@ -14122,7 +14122,7 @@ static void llama_set_inputs(llama_context & lctx, const llama_batch & batch) {
|
|||
|
||||
if (lctx.inp_KQ_mask) {
|
||||
GGML_ASSERT(ggml_backend_buffer_is_host(lctx.inp_KQ_mask->buffer));
|
||||
data_swa = (float *) lctx.inp_KQ_mask->data;
|
||||
data = (float *) lctx.inp_KQ_mask->data;
|
||||
}
|
||||
|
||||
if (lctx.inp_KQ_mask_swa) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue