[None][chore] Rename AutoDeploy standalone package to Paragraf#16324
Conversation
3ac01d6 to
8e4b09a
Compare
|
@CodeRabbit review |
✅ Action performedReview finished.
|
|
@CodeRabbit summary |
✅ Action performedSummary regeneration triggered. |
|
/bot run |
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (15)
📝 WalkthroughWalkthroughThe standalone AutoDeploy package is renamed from LLMC to Paragraf. Generation, compatibility redirects, legacy aliases, documentation, runner wiring, and validation tests now target Paragraf while preserving LLMC compatibility. ChangesParagraf migration
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant TensorRT-LLM
participant AutoDeploy
participant CompatibilityRedirect
participant Paragraf
TensorRT-LLM->>AutoDeploy: Import auto_deploy
AutoDeploy->>CompatibilityRedirect: Install redirect from environment
CompatibilityRedirect->>Paragraf: Resolve canonical module
AutoDeploy->>Paragraf: Import AutoDeploy components
Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@tests/integration/defs/test_doc.py`:
- Line 194: Add the `.git`-suffixed NVIDIA Paragraf URL to the skip-list entries
in the test configuration alongside the existing normalized repository URL,
preserving exclusion of both URL forms from generated examples.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 58735b3f-d2af-4e09-97e5-2f8db85ad4e2
📒 Files selected for processing (15)
examples/auto_deploy/README.mdexamples/auto_deploy/paragraf/CONTRIBUTING.mdexamples/auto_deploy/paragraf/README.mdexamples/auto_deploy/paragraf/_license_data.pyexamples/auto_deploy/paragraf/create_standalone_package.pyscripts/check_auto_deploy_imports.pytensorrt_llm/_torch/auto_deploy/__init__.pytensorrt_llm/_torch/auto_deploy/trtllm_compat.pytensorrt_llm/_torch/auto_deploy/utils/node_utils.pytests/integration/defs/test_doc.pytests/unittest/auto_deploy/_utils_test/_sharding_ir_helpers.pytests/unittest/auto_deploy/multigpu/transformations/library/conftest.pytests/unittest/auto_deploy/standalone/test_standalone_package.pytests/unittest/auto_deploy/standalone/test_standalone_test_export.pytests/unittest/auto_deploy/standalone/test_trtllm_compat.py
|
PR_Github #58962 [ run ] triggered by Bot. Commit: |
|
PR_Github #58962 [ run ] completed with state
|
|
/bot run |
|
@bmarimuthu-nv : please look for a way to do a dry-run on how llm-c repo will be affected after this PR lands. We shouldn't cause breakages downstream |
|
PR_Github #59012 [ run ] triggered by Bot. Commit: |
8e4b09a to
368ffe0
Compare
|
@suyoggupta yes, I think we need to do something like:
|
|
/bot run |
|
PR_Github #59019 [ run ] triggered by Bot. Commit: |
|
PR_Github/16324-8e4b09a #59012 was force-killed by a newer pipeline run. |
|
PR_Github #59019 [ run ] completed with state
|
Signed-off-by: Balamurugan Marimuthu <246387390+bmarimuthu-nv@users.noreply.github.com>
Signed-off-by: Balamurugan Marimuthu <246387390+bmarimuthu-nv@users.noreply.github.com>
99899fc to
4330778
Compare
|
/bot run |
|
@CodeRabbit summary |
✅ Action performedSummary regeneration triggered. |
|
PR_Github #59106 [ run ] triggered by Bot. Commit: |
|
PR_Github #59106 [ run ] completed with state
|
|
/bot run |
|
PR_Github #59156 [ run ] triggered by Bot. Commit: |
|
PR_Github #59156 [ run ] completed with state
|
|
/bot run --disable-fail-fast |
|
PR_Github #59194 [ run ] triggered by Bot. Commit: |
|
PR_Github #59194 [ run ] completed with state
|
|
/bot run |
|
PR_Github #59268 [ run ] triggered by Bot. Commit: |
|
PR_Github #59268 [ run ] completed with state |
Summary by CodeRabbit
New Features
Documentation
Tests
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)
If PR introduces API changes, an appropriate PR label is added - either
api-compatibleorapi-breaking. Forapi-breaking, includeBREAKINGin the PR title.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.