[Lora] Support long context lora (#4787)
Currently we need to call rotary embedding kernel for each LoRA, which makes it hard to serve multiple long context length LoRA. Add batched rotary embedding kernel and pipe it through. It replaces the rotary embedding layer to the one that is aware of multiple cos-sin-cache per scaling factors. Follow up of https://github.com/vllm-project/vllm/pull/3095/files
This commit is contained in:
97
tests/lora/data/long_context_test_data.py
Normal file
97
tests/lora/data/long_context_test_data.py
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user