[None][test] Fix lora config less than required config number#12409
Conversation
Signed-off-by: yufeiwu-nv <[email protected]>
|
/bot skip --comment "only test list modify" |
📝 WalkthroughWalkthroughModified LoRA path handling in a performance test's Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
tests/integration/defs/perf/test_perf.py (1)
1-1: Update copyright year to 2026.The file is being modified in 2026, but the copyright header still shows 2022-2025. As per coding guidelines, the year should be updated for modified files.
-# SPDX-FileCopyrightText: Copyright (c) 2022-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. +# SPDX-FileCopyrightText: Copyright (c) 2022-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@tests/integration/defs/perf/test_perf.py` at line 1, Update the SPDX copyright header at the top of the file (the SPDX-FileCopyrightText line) to reflect the current year range by changing "2022-2025" to "2022-2026" so the header reads "... Copyright (c) 2022-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved."
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@tests/integration/defs/perf/test_perf.py`:
- Line 1: Update the SPDX copyright header at the top of the file (the
SPDX-FileCopyrightText line) to reflect the current year range by changing
"2022-2025" to "2022-2026" so the header reads "... Copyright (c) 2022-2026
NVIDIA CORPORATION & AFFILIATES. All rights reserved."
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 53b4f60d-5a27-4049-a3d3-24fbe9bbc788
📒 Files selected for processing (1)
tests/integration/defs/perf/test_perf.py
|
PR_Github #39722 [ skip ] triggered by Bot. Commit: |
|
PR_Github #39722 [ skip ] completed with state |
…#12409) Signed-off-by: yufeiwu-nv <[email protected]>
Summary by CodeRabbit
Description
Test Coverage
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.