Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community[docs]: modify parameter for the LoRA adapter on the vllm pa…
…ge (#27930) **Description:** This PR modifies the documentation regarding the configuration of the VLLM with the LoRA adapter. The updates aim to provide clear instructions for users on how to set up the LoRA adapter when using the VLLM. - before ```python VLLM(..., enable_lora=True) ``` - after ```python VLLM(..., vllm_kwargs={ "enable_lora": True } ) ``` This change clarifies that users should use the vllm_kwargs to enable the LoRA adapter. Co-authored-by: Um Changyong <changyong.um@sfa.co.kr>
- Loading branch information