Commit 0c95f7a9 authored by Daniël de Kok's avatar Daniël de Kok
Browse files

Debug softcap flash decoding activation

parent 9935720c
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment