Update src/llama.cpp
Co-authored-by: compilade <git@compilade.net>
This commit is contained in:
parent
f5d955d2fe
commit
57decb4a38
1 changed files with 1 additions and 1 deletions
|
@ -18636,7 +18636,7 @@ llama_token llama_model_decoder_start_token(const struct llama_model * model) {
|
||||||
bool llama_model_is_recurrent(const struct llama_model * model) {
|
bool llama_model_is_recurrent(const struct llama_model * model) {
|
||||||
switch (model->arch) {
|
switch (model->arch) {
|
||||||
case LLM_ARCH_MAMBA: return true;
|
case LLM_ARCH_MAMBA: return true;
|
||||||
case LLM_ARCH_RWKV6: return true;
|
case LLM_ARCH_RWKV6: return true;
|
||||||
default: return false;
|
default: return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue