-
Notifications
You must be signed in to change notification settings - Fork 859
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
TP llama with continuous batching #2709
TP llama with continuous batching #2709
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2709 +/- ##
==========================================
- Coverage 72.44% 72.36% -0.08%
==========================================
Files 85 85
Lines 3963 3963
Branches 58 58
==========================================
- Hits 2871 2868 -3
- Misses 1088 1091 +3
Partials 4 4 see 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @mreso , LGTM, and test ran fine too.
pytest test/pytest/test_tp_llama.py::test_continuous_batching_tp_llama
================================================================================= test session starts ==================================================================================
platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0
rootdir: /home/ubuntu/serve
collected 1 item
test/pytest/test_tp_llama.py . [100%]
================================================================================== 1 passed in 26.15s ==================================================================================
Description
Please read our CONTRIBUTING.md prior to creating your first pull request.
Please include a summary of the feature or issue being fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #(issue)
Type of change
Please delete options that are not relevant.
Feature/Issue validation/testing
Please describe the Unit or Integration tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
Checklist: