Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

community[docs]: modify parameter for the LoRA adapter on the vllm page #27930

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

e7217
Copy link
Contributor

@e7217 e7217 commented Nov 6, 2024

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
VLLM(..., enable_lora=True)
  • after
VLLM(..., 
    vllm_kwargs={
        "enable_lora": True
    }
)

This change clarifies that users should use the vllm_kwargs to enable the LoRA adapter.

Copy link

vercel bot commented Nov 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchain ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 6, 2024 0:35am

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. community Related to langchain-community 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder labels Nov 6, 2024
@e7217
Copy link
Contributor Author

e7217 commented Nov 10, 2024

@ccurme Could you please check this PR? Thank you.

@dosubot dosubot bot added the lgtm PR looks good. Use to confirm that a PR is ready for merging. label Nov 11, 2024
@ccurme ccurme merged commit 9484cc0 into langchain-ai:master Nov 11, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Related to langchain-community 🤖:docs Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder lgtm PR looks good. Use to confirm that a PR is ready for merging. size:S This PR changes 10-29 lines, ignoring generated files.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants