Debug softcap flash decoding activation
This commit is contained in:
parent
9935720c87
commit
0c95f7a942
|
@ -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 = {
|
let max_input_tokens = {
|
||||||
match (args.max_input_tokens, args.max_input_length) {
|
match (args.max_input_tokens, args.max_input_length) {
|
||||||
|
|
Loading…
Reference in New Issue