Debug softcap flash decoding activation

This commit is contained in:
Daniël de Kok 2024-07-23 13:12:19 +00:00
parent 9935720c87
commit 0c95f7a942
1 changed files with 1 additions and 1 deletions

View File

@ -1448,7 +1448,7 @@ fn main() -> Result<(), LauncherError> {
)))
}
};
let max_position_embeddings: usize = get_max_position_embeddings().unwrap_or(4096);
let max_position_embeddings: usize = get_max_position_embeddings().unwrap();
let max_input_tokens = {
match (args.max_input_tokens, args.max_input_length) {