fix: Fix prefix synthesis error with text_input trace#670
Conversation
Try out this PRQuick install: pip install --upgrade --force-reinstall git+https://github.com/ai-dynamo/aiperf.git@79e5bdde4ea6b87dfb2485830ad81c096f961538Recommended with virtual environment (using uv): uv venv --python 3.12 && source .venv/bin/activate
uv pip install --upgrade --force-reinstall git+https://github.com/ai-dynamo/aiperf.git@79e5bdde4ea6b87dfb2485830ad81c096f961538Last updated for commit: |
0b4ae0f to
9a83ea6
Compare
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. WalkthroughThe trace synthesis logic now conditionally assigns Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
9a83ea6 to
bf4696b
Compare
Signed-off-by: lkomali <lkomali@nvidia.com>
bf4696b to
8fd6ac9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
looks good, but please add tests |
debermudez
left a comment
There was a problem hiding this comment.
agreed. 1 test to cover us for later and this is good to go
Signed-off-by: lkomali <lkomali@nvidia.com>
Signed-off-by: lkomali <lkomali@nvidia.com>
Signed-off-by: lkomali <lkomali@nvidia.com>
Signed-off-by: lkomali <lkomali@nvidia.com>
Synthesizer is adding
input_lengthfor any trace if not provided.This causes an error if
text_inputis provided in the trace because only one of the two fields should be provided in mooncake format.Summary by CodeRabbit
Release Notes
Bug Fixes
Tests