dynatemp wizard

This commit is contained in:
Concedo 2024-01-09 15:51:32 +08:00
parent 550829ed98
commit 5cc64ebb52
3 changed files with 56 additions and 5 deletions

View file

@ -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;
}