[https://nvbugs/6418090][fix] Add @torch.inference_mode() decorator to…#16000
[https://nvbugs/6418090][fix] Add @torch.inference_mode() decorator to…#16000trtllm-agent wants to merge 6 commits into
Conversation
|
/bot run --extra-stage "DGX_B200-4_GPUs-AutoDeploy-Post-Merge-1, DGX_B200-8_GPUs-AutoDeploy-Post-Merge-1" |
|
PR_Github #57823 [ run ] triggered by Bot. Commit: |
|
PR_Github #57823 [ run ] completed with state
|
|
/bot run --extra-stage "DGX_B200-4_GPUs-AutoDeploy-Post-Merge-1, DGX_B200-8_GPUs-AutoDeploy-Post-Merge-1" |
|
PR_Github #57870 [ run ] triggered by Bot. Commit: |
|
PR_Github #57870 [ run ] completed with state |
Head branch was pushed to by a user without write access
32ec7dd to
d21b6d8
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR adds a torch.inference_mode() decorator to PythonMambaCacheManager.add_dummy_requests, and updates the integration test waiver list by adding, removing, and replacing SKIP entries across accuracy, disaggregated, examples, GB300, H20, and perf sanity test groups. ChangesInference mode decorator
Test waiver list updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
… in torch.inference_mode() The two writes to prev_num_accepted_tokens/cache_buf_idx added by the MTP-replay checkpointing feature run outside inference_mode when add_dummy_requests is invoked from ADP dummy padding / warmup paths, triggering 'Inplace update to inference tensor outside InferenceMode'. Decorate the method to match the sibling _prepare_mamba_cache_blocks pattern and remove the two now-obsolete waivers. Signed-off-by: trtllm-agent <296075020+trtllm-agent@users.noreply.github.com>
ec2a8b8 to
61ef6be
Compare
|
/bot run |
|
PR_Github #58047 [ run ] triggered by Bot. Commit: |
|
PR_Github #58047 [ run ] completed with state
|
|
/bot run |
|
PR_Github #58090 [ run ] triggered by Bot. Commit: |
|
PR_Github #58090 [ run ] completed with state
|
|
/bot run |
|
PR_Github #58096 [ run ] triggered by Bot. Commit: |
|
PR_Github #58096 [ run ] completed with state
|
|
/bot run |
|
PR_Github #58129 [ run ] triggered by Bot. Commit: |
|
PR_Github #58129 [ run ] completed with state
|
|
/bot run |
Signed-off-by: Harris Nover <249353502+hnover-nv@users.noreply.github.com>
Restore the unwaive that merging dropped. Added unwaiving the test from nvbugs/6422315 as I have to rerun CI anyway. Signed-off-by: Harris Nover <249353502+hnover-nv@users.noreply.github.com>
|
/bot run |
|
PR_Github #58264 [ run ] triggered by Bot. Commit: |
|
PR_Github #58264 [ run ] completed with state
|
|
/bot run |
|
PR_Github #58292 [ run ] triggered by Bot. Commit: |
|
PR_Github #58292 [ run ] completed with state
|
|
/bot run |
|
PR_Github #58299 [ run ] triggered by Bot. Commit: |
|
/bot run |
|
PR_Github #58490 [ run ] triggered by Bot. Commit: |
|
PR_Github #58299 [ run ] completed with state
|
Signed-off-by: Eran Geva <19514940+MrGeva@users.noreply.github.com>
|
/bot run --disable-fail-fast |
|
PR_Github #58499 [ run ] triggered by Bot. Commit: |
|
PR_Github #58490 [ run ] completed with state |
Summary
Test plan
Links
Summary by CodeRabbit