mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
dynatemp wizard
This commit is contained in:
parent
550829ed98
commit
5cc64ebb52
3 changed files with 56 additions and 5 deletions
|
@ -11185,7 +11185,8 @@ int32_t llama_token_to_piece(const struct llama_model * model, llama_token token
|
|||
} else if (llama_is_control_token(model->vocab, token)) {
|
||||
;
|
||||
} else {
|
||||
GGML_ASSERT_CONTINUE(false);
|
||||
//just hide invalid tokens
|
||||
//GGML_ASSERT_CONTINUE(false);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue