-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
[S-LoRA] Something is wrong with the s-lora arguments in server_api #3174
Comments
Please use the |
thank you. Is there any script to benchmark the multiple lora serving? |
I don't believe we have a full benchmark on LoRA. Please check out what we have in |
ok, I find some performance issues and post it here #3219. |
This issue has been automatically marked as stale because it has not had any activity within 90 days. It will be automatically closed if no further activity occurs within 30 days. Leave a comment if you feel this issue should remain open. Thank you! |
This issue has been automatically closed due to inactivity. Please feel free to reopen if you feel it is still relevant. Thank you! |
I notice that there is no --lora-modules argument in the
vllm.entrypoints.api_server
, which means I must add the lora local path when sending request.That's unrealistic. Because the client doesn't know the lora path.
Any plan to fix it ?
The text was updated successfully, but these errors were encountered: