https://github.com/handy-computer/transcribe.cpp/blob/8c7ae674ea7b26b0c9074529da99f938553db32f/src/arch/qwen3_asr/model.cpp#L1555 Should this be using `k_max_new` here instead of creating a new local `max_new`?
transcribe.cpp/src/arch/qwen3_asr/model.cpp
Line 1555 in 8c7ae67
Should this be using
k_max_newhere instead of creating a new localmax_new?