Can I increase Model Context Length using rope scaling with vllm?

#1
by mahimairaja - opened

Hi, I have been using olmocr for processing large documents, and sometimes a single page is exceeding 16k token size, so I wish to use rope scaling to increase context length but I get

1/12/2026, 9:47:37 PM
usage: vllm [-h] [-v] {chat,complete,serve,bench,collect-env,run-batch} ...
vllm: error: unrecognized arguments: --rope-scaling {"type": "dynamic", "factor": 2.0}

Sign up or log in to comment