mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 03:44:54 +00:00
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 = {
|
||||
match (args.max_input_tokens, args.max_input_length) {
|
||||
|
Loading…
Reference in New Issue
Block a user