-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[Core] Update outlines and increase its threadpool size #11140
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
50f08e3
to
a07b908
Compare
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!
Head branch was pushed to by a user without write access
fc1ce15
to
17c0d32
Compare
outlines 0.10.0 was just released and includes some performance improvements. I tested it successfully in my env and saw some improvement, so I think we should bump the version. Signed-off-by: Russell Bryant <[email protected]>
outlines 0.1.10 includes some improvements to parallelization. I noticed that this threadpool was hard-coded to a size of 2. This uses the host's CPU count instead. The improvement is not huge, but is measurable. Signed-off-by: Russell Bryant <[email protected]>
As of this version, arm wheels should be available! dottxt-ai/outlines-core#122 Signed-off-by: Russell Bryant <[email protected]>
17c0d32
to
f364718
Compare
…#11140) Signed-off-by: Russell Bryant <[email protected]>
…#11140) Signed-off-by: Russell Bryant <[email protected]>
6c2b68e [Build/CI] Update outlines to 0.10.0
a07b908 outlines: Scale thread pool size based on cpu count
fc1ce15 Update to outlines-0.1.11
commit 6c2b68e
Author: Russell Bryant [email protected]
Date: Thu Dec 12 14:33:15 2024 +0000
commit a07b908
Author: Russell Bryant [email protected]
Date: Thu Dec 12 15:09:20 2024 +0000
commit fc1ce15
Author: Russell Bryant [email protected]
Date: Fri Dec 13 15:05:07 2024 +0000
Closes #11178
Before (closer to 0.1.8):
After (with 0.1.10):
with 0.1.10 + threadpool size increase: