vllm
vllm copied to clipboard
[Bugfix] Fixed error in slice_lora_b for MergedQKVParallelLinearWithLora
FIX #3524 Fix #4605
MergedQKVParallelLinearWithLora slice_lora_b throws an error when the passed in lora_b contains None.
Ping @Yard1.
Good point, it is done. Also updated the fully sharded layers to match.
can you merge this plz