Skip to content

Commit e4dfc15

Browse files
alwqxcebtenzzre
authored andcommitted
chore: fix typo in llama.cpp (ggml-org#7032)
Co-authored-by: Jared Van Bortel <[email protected]>
1 parent 6423642 commit e4dfc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ static bool llama_kv_cache_init(
23592359
cache.recurrent = model.arch == LLM_ARCH_MAMBA;
23602360
cache.v_trans = !cparams.flash_attn;
23612361

2362-
// TODO: support mixed reccurent Transformer architectues
2362+
// TODO: support mixed recurrent Transformer architectures
23632363
// NOTE: (!a || b) is a logical implication (a -> b)
23642364
GGML_ASSERT(!cache.recurrent || n_embd_k_gqa == hparams.n_embd_k_s());
23652365
GGML_ASSERT(!cache.recurrent || n_embd_v_gqa == hparams.n_embd_v_s());

0 commit comments

Comments
 (0)