Contribution baseten.co / engine builder: better dataloader in trt-llm - #137
Contribution baseten.co / engine builder: better dataloader in trt-llm#137michaelfeil wants to merge 2 commits into
Conversation
|
@kevalmorabia97 I see you have reviewed previous PRs here, I'd be glad if you would also review this one. |
|
@michaelfeil thanks for your contribution. Let us review this internally and test in our CI. If it looks good we would include this in one of the upcoming releases and give you credit for contribution on the commit |
|
@kevalmorabia97 Any update on this? - no need to credit me, just would love to have this or a similar logic in main. |
|
Thanks for the contribution @michaelfeil I will merge this to the internal branch and include it in 0.27 release planned for April 3 |
|
Thanks! |
Co-Authored-By: michaelfeil <63565275+michaelfeil@users.noreply.github.com>
|
@michaelfeil your contribution is now merged and added you as a co-author of the commit. |
Contribution by baseten.co (running the https://docs.baseten.co/performance/engine-builder-overview engine-builder product)
This PR:
In my opinion, this PR should not be required. However the following circumstances have made it necessary:
external / non-defaultargument.at the time of setting this
How to solve it:
batch_size = get_max_batch_size(model, max_sample_length)function yet.