1000000 Context. How exactly?

#39
by BigDeeper - opened

Model card says "Context Length: 262,144 natively and extensible up to 1,010,000 tokens."

How does one set it up to do 1M+?

Model card says "Context Length: 262,144 natively and extensible up to 1,010,000 tokens."

How does one set it up to do 1M+?

It's right there and have always been in the model card:
"Qwen3.6 natively supports context lengths of up to 262,144 tokens. For long-horizon tasks where the total length (including both input and output) exceeds this limit, we recommend using RoPE scaling techniques to handle long texts effectively., e.g., YaRN."...

search for --hf-overrides on this webside (vllm)
https://recipes.vllm.ai/Qwen/Qwen3.6-27B

Sign up or log in to comment