Skip to content

Conversation

@venkywonka
Copy link
Collaborator

@venkywonka venkywonka commented Jul 30, 2025

Summary by CodeRabbit

  • New Features

    • Introduced multiple structured GitHub issue templates for documentation, installation, usage, bug reports, CI failures, feature requests, new model support, performance discussions, and RFCs to standardize issue reporting.
    • Added automated labeling and title prefixes for each issue type to improve issue categorization.
    • Provided clear instructions and required fields to ensure comprehensive and actionable issue submissions.
  • Chores

    • Disabled blank issue creation and directed general questions to the GitHub discussions page.

Note to reviewers

  • The templates are borrowed and attributed from https://github.com/vllm-project/vllm/tree/main/.github/ISSUE_TEMPLATE
  • If you're curious why the *.yml files have numbers in their names (i was too), GitHub orders your issue-form files purely by filename, so teams commonly prefix them with numbers to force a logical sequence.
  • I have taken the liberty to hardcode some assignees for some of the templates, wherever it seemed obvious. But please do call-out and review them to add/remove where appropriate. Thanks!

Test Coverage

GitHub Bot Help

/bot [-h] ['run', 'kill', 'skip', 'reuse-pipeline'] ...

Provide a user friendly way for developers to interact with a Jenkins server.

Run /bot [-h|--help] to print this help message.

See details below for each supported subcommand.

Details

run [--reuse-test (optional)pipeline-id --disable-fail-fast --skip-test --stage-list "A10-PyTorch-1, xxx" --gpu-type "A30, H100_PCIe" --test-backend "pytorch, cpp" --add-multi-gpu-test --only-multi-gpu-test --disable-multi-gpu-test --post-merge --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" --detailed-log --debug(experimental)]

Launch build/test pipelines. All previously running jobs will be killed.

--reuse-test (optional)pipeline-id (OPTIONAL) : Allow the new pipeline to reuse build artifacts and skip successful test stages from a specified pipeline or the last pipeline if no pipeline-id is indicated. If the Git commit ID has changed, this option will be always ignored. The DEFAULT behavior of the bot is to reuse build artifacts and successful test results from the last pipeline.

--disable-reuse-test (OPTIONAL) : Explicitly prevent the pipeline from reusing build artifacts and skipping successful test stages from a previous pipeline. Ensure that all builds and tests are run regardless of previous successes.

--disable-fail-fast (OPTIONAL) : Disable fail fast on build/tests/infra failures.

--skip-test (OPTIONAL) : Skip all test stages, but still run build stages, package stages and sanity check stages. Note: Does NOT update GitHub check status.

--stage-list "A10-PyTorch-1, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-PyTorch-1, xxx". Note: Does NOT update GitHub check status.

--gpu-type "A30, H100_PCIe" (OPTIONAL) : Only run the test stages on the specified GPU types. Examples: "A30, H100_PCIe". Note: Does NOT update GitHub check status.

--test-backend "pytorch, cpp" (OPTIONAL) : Skip test stages which don't match the specified backends. Only support [pytorch, cpp, tensorrt, triton]. Examples: "pytorch, cpp" (does not run test stages with tensorrt or triton backend). Note: Does NOT update GitHub pipeline status.

--only-multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitHub check status.

--disable-multi-gpu-test (OPTIONAL) : Disable the multi-GPU tests. Note: Does NOT update GitHub check status.

--add-multi-gpu-test (OPTIONAL) : Force run the multi-GPU tests in addition to running L0 pre-merge pipeline.

--post-merge (OPTIONAL) : Run the L0 post-merge pipeline instead of the ordinary L0 pre-merge pipeline.

--extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" (OPTIONAL) : Run the ordinary L0 pre-merge pipeline and specified test stages. Examples: --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx".

--detailed-log (OPTIONAL) : Enable flushing out all logs to the Jenkins console. This will significantly increase the log volume and may slow down the job.

--debug (OPTIONAL) : Experimental feature. Enable access to the CI container for debugging purpose. Note: Specify exactly one stage in the stage-list parameter to access the appropriate container environment. Note: Does NOT update GitHub check status.

For guidance on mapping tests to stage names, see docs/source/reference/ci-overview.md
and the scripts/test_to_stage_mapping.py helper.

kill

kill

Kill all running builds associated with pull request.

skip

skip --comment COMMENT

Skip testing for latest commit on pull request. --comment "Reason for skipping build/test" is required. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 30, 2025

Note

Reviews paused

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.
📝 Walkthrough

Walkthrough

A comprehensive set of GitHub issue templates has been introduced to standardize reporting and discussion for documentation, installation, usage, bug reports, CI failures, feature requests, new model support, performance, and RFCs. Additionally, blank issues are disabled and a contact link to discussions is provided. No code or exported entities are affected.

Changes

Cohort / File(s) Change Summary
Documentation Issue Template
.github/ISSUE_TEMPLATE/100-documentation.yml
Added a template for reporting documentation issues with structured fields, automatic labeling, and submission validation.
Installation Issue Template
.github/ISSUE_TEMPLATE/200-installation.yml
Introduced a template for installation problems, requiring system info, installation method, and validation checks.
Usage Issue Template
.github/ISSUE_TEMPLATE/300-usage.yml
Added a template for usage-related issues, collecting system details, use case, and relevant debugging information.
Bug Report Template
.github/ISSUE_TEMPLATE/400-bug-report.yml
Implemented a detailed bug report template with sections for system info, bug description, and reproducibility steps.
CI Failure Report Template
.github/ISSUE_TEMPLATE/450-ci-failure.yml
Added a template for reporting CI test failures, capturing test details, reproducibility, error logs, and history.
Feature Request Template
.github/ISSUE_TEMPLATE/500-feature-request.yml
Introduced a feature request template with fields for description, motivation, alternatives, and context.
New Model Support Request Template
.github/ISSUE_TEMPLATE/600-new-model.yml
Added a template for requesting support for new Huggingface models, including model URL and requirements.
Performance Discussion Template
.github/ISSUE_TEMPLATE/700-performance-discussion.yml
Implemented a template for performance discussions, including proposals, regressions, and environment details.
RFC Template
.github/ISSUE_TEMPLATE/750-RFC.yml
Introduced a template for submitting RFCs, capturing motivation, proposal, feedback period, and CC list.
Issue Template Configuration
.github/ISSUE_TEMPLATE/config.yml
Disabled blank issues and added a contact link to the GitHub discussions page for questions.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested reviewers

  • chzblych
  • litaotju
  • niukuo
  • zeroepoch
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai or @coderabbitai title anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@venkywonka
Copy link
Collaborator Author

@coderabbitai pause

@coderabbitai coderabbitai bot changed the title @coderabbitai title [feat] Add standardized GitHub issue templates and disable blank issues Jul 30, 2025
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🧹 Nitpick comments (7)
.github/ISSUE_TEMPLATE/config.yml (1)

1-5: Good baseline; consider expanding “contact_links” for common support channels
The configuration disables blank issues and provides a single Discussions link. Adding other high-traffic channels (e.g., Slack, mailing list, or Discord if they exist) can further reduce “misc” issues.

.github/ISSUE_TEMPLATE/500-feature-request.yml (1)

1-39: Minor UX polish – explicitly mark optional fields or add “required: false”
All non-mandatory blocks (Alternatives, Additional context) currently omit a validations: stanza. GitHub treats them as optional, but adding

validations:
  required: false

improves readability for contributors skimming the raw YAML.

.github/ISSUE_TEMPLATE/750-RFC.yml (1)

1-5: Inconsistent trailing period in name string
name: 💬 Request for comments (RFC). ends with a period, unlike the other templates. Drop the final “.” to keep the list layout consistent in GitHub’s UI.

-name: 💬 Request for comments (RFC).
+name: 💬 Request for comments (RFC)
.github/ISSUE_TEMPLATE/300-usage.yml (1)

13-37: Indentation inside the block literal could be trimmed for cleaner rendered markdown
The description: | block keeps all leading spaces, so the rendered markdown shows extra indentation. Remove the four-space offset after the first line:

-    description: |
-      Please provide the following system information to help us debug your usage issue:
+    description: |
+Please provide the following system information to help us debug your usage issue:

Same applies to the later “value” block starting at Line 23.

.github/ISSUE_TEMPLATE/200-installation.yml (1)

17-43: Make the system-info block collapsible for readability

Most other templates wrap long “System Information” dumps inside a <details> element. Doing the same here keeps issues shorter and scannable while still exposing full logs when expanded.

Example diff:

-    value: |
-      **System Information:**
+    value: |
+      <details>
+      <summary>System Information</summary>
+
+      **System Information:**
@@
-      Paste the output of the above commands here
+      Paste the output of the above commands here
+
+      </details>
.github/ISSUE_TEMPLATE/700-performance-discussion.yml (1)

33-58: Environment block should be mandatory for performance issues

Performance numbers are meaningless without hardware / software context. Consider setting required: true for this textarea.

.github/ISSUE_TEMPLATE/600-new-model.yml (1)

22-29: Encourage completeness by requiring difficulty analysis

Knowing missing ops / architecture gaps upfront helps sizing the work. Add validations: {required: true} to this field.

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 0e16d1f and 05b0d6f.

📒 Files selected for processing (10)
  • .github/ISSUE_TEMPLATE/100-documentation.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/200-installation.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/300-usage.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/400-bug-report.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/450-ci-failure.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/500-feature-request.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/600-new-model.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/700-performance-discussion.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/750-RFC.yml (1 hunks)
  • .github/ISSUE_TEMPLATE/config.yml (1 hunks)
🧰 Additional context used
🧠 Learnings (5)
.github/ISSUE_TEMPLATE/500-feature-request.yml (2)

Learnt from: CR
PR: NVIDIA/TensorRT-LLM#0
File: CODING_GUIDELINES.md:0-0
Timestamp: 2025-07-30T06:11:42.362Z
Learning: Applies to **/*.{cpp,h,cu,py} : All TensorRT-LLM Open Source Software code should contain an NVIDIA copyright header that includes the current year. This includes .cpp, .h, .cu, .py, and any other source files which are compiled or interpreted.

Learnt from: moraxu
PR: #6303
File: tests/integration/test_lists/qa/examples_test_list.txt:494-494
Timestamp: 2025-07-28T17:06:08.621Z
Learning: In TensorRT-LLM testing, it's common to have both CLI flow tests (test_cli_flow.py) and PyTorch API tests (test_llm_api_pytorch.py) for the same model. These serve different purposes: CLI flow tests validate the traditional command-line workflow, while PyTorch API tests validate the newer LLM API backend. Both are legitimate and should coexist.

.github/ISSUE_TEMPLATE/700-performance-discussion.yml (2)

Learnt from: moraxu
PR: #6303
File: tests/integration/test_lists/qa/examples_test_list.txt:494-494
Timestamp: 2025-07-28T17:06:08.621Z
Learning: In TensorRT-LLM testing, it's common to have both CLI flow tests (test_cli_flow.py) and PyTorch API tests (test_llm_api_pytorch.py) for the same model. These serve different purposes: CLI flow tests validate the traditional command-line workflow, while PyTorch API tests validate the newer LLM API backend. Both are legitimate and should coexist.

Learnt from: CR
PR: NVIDIA/TensorRT-LLM#0
File: CODING_GUIDELINES.md:0-0
Timestamp: 2025-07-30T06:11:42.362Z
Learning: Applies to **/*.{cpp,h,cu,py} : All TensorRT-LLM Open Source Software code should contain an NVIDIA copyright header that includes the current year. This includes .cpp, .h, .cu, .py, and any other source files which are compiled or interpreted.

.github/ISSUE_TEMPLATE/300-usage.yml (1)

Learnt from: moraxu
PR: #6303
File: tests/integration/test_lists/qa/examples_test_list.txt:494-494
Timestamp: 2025-07-28T17:06:08.621Z
Learning: In TensorRT-LLM testing, it's common to have both CLI flow tests (test_cli_flow.py) and PyTorch API tests (test_llm_api_pytorch.py) for the same model. These serve different purposes: CLI flow tests validate the traditional command-line workflow, while PyTorch API tests validate the newer LLM API backend. Both are legitimate and should coexist.

.github/ISSUE_TEMPLATE/750-RFC.yml (1)

Learnt from: CR
PR: NVIDIA/TensorRT-LLM#0
File: CODING_GUIDELINES.md:0-0
Timestamp: 2025-07-30T06:11:42.362Z
Learning: Applies to **/*.{cpp,h,hpp,cc,cxx} : Use the LLVM clang-format tool for formatting your changes prior to submitting the PR.

.github/ISSUE_TEMPLATE/400-bug-report.yml (1)

Learnt from: moraxu
PR: #6303
File: tests/integration/test_lists/qa/examples_test_list.txt:494-494
Timestamp: 2025-07-28T17:06:08.621Z
Learning: In TensorRT-LLM testing, it's common to have both CLI flow tests (test_cli_flow.py) and PyTorch API tests (test_llm_api_pytorch.py) for the same model. These serve different purposes: CLI flow tests validate the traditional command-line workflow, while PyTorch API tests validate the newer LLM API backend. Both are legitimate and should coexist.

🔇 Additional comments (3)
.github/ISSUE_TEMPLATE/100-documentation.yml (1)

1-30: Template LGTM – fields, labels, and validation are correct and consistent with other issue types.

.github/ISSUE_TEMPLATE/300-usage.yml (1)

52-61: LGTM otherwise – thorough prompts ensure reproducible environment details.

.github/ISSUE_TEMPLATE/400-bug-report.yml (1)

1-123: Template looks solid

Clear guidance, security warning, and required fields substantially improve bug quality. Nice work.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 30, 2025

✅ Actions performed

Reviews paused.

@venkywonka venkywonka requested review from atrifex and poweiw July 30, 2025 21:42
@poweiw
Copy link
Collaborator

poweiw commented Jul 30, 2025

Thanks @venkywonka for this effort! Personally, I feel like 3 templates (bug, feature request, question) should be more than enough to classify items. Many others can fall into these categories. e.g

  • doc issues -> question
  • ci-failure -> bug
  • new model -> feature request

etc etc.

@venkywonka
Copy link
Collaborator Author

venkywonka commented Jul 31, 2025

Thanks @venkywonka for this effort! Personally, I feel like 3 templates (bug, feature request, question) should be more than enough to classify items. Many others can fall into these categories. e.g

  • doc issues -> question
  • ci-failure -> bug
  • new model -> feature request

etc etc.

Yep, I used vllm's issue templates as the starting point : https://github.com/vllm-project/vllm/tree/main/.github/ISSUE_TEMPLATE and they had these.
I agree its probably over-classified, but won't it make triaging for product managers better? tagging @laikhtewari @juney-nvidia here too for their inputs (Especially given there's no downsides to bucketing-at-source).

@venkywonka venkywonka requested a review from laikhtewari July 31, 2025 04:30
@venkywonka venkywonka changed the title [feat] Add standardized GitHub issue templates and disable blank issues [TRTLLM-6812][feat] Add standardized GitHub issue templates and disable blank issues Jul 31, 2025
@venkywonka venkywonka force-pushed the add-issue-templates branch from 05b0d6f to 33522e5 Compare July 31, 2025 23:02
@venkywonka venkywonka marked this pull request as ready for review July 31, 2025 23:03
@venkywonka venkywonka force-pushed the add-issue-templates branch from 33522e5 to 5a833c5 Compare July 31, 2025 23:20
@venkywonka venkywonka self-assigned this Jul 31, 2025
@venkywonka venkywonka force-pushed the add-issue-templates branch from 5a833c5 to 42194c8 Compare August 5, 2025 19:32
@venkywonka venkywonka force-pushed the add-issue-templates branch from 42194c8 to 1c1d172 Compare August 5, 2025 19:52
@venkywonka venkywonka requested a review from a team August 6, 2025 17:13
@venkywonka venkywonka requested a review from a team as a code owner August 8, 2025 23:34
@juney-nvidia
Copy link
Collaborator

/bot reuse --comment "No need to run full CI"

@juney-nvidia juney-nvidia enabled auto-merge (squash) August 11, 2025 14:31
@github-actions
Copy link

GitHub Bot Help

/bot [-h] ['run', 'kill', 'skip', 'reuse-pipeline'] ...

Provide a user friendly way for developers to interact with a Jenkins server.

Run /bot [-h|--help] to print this help message.

See details below for each supported subcommand.

Details

run [--reuse-test (optional)pipeline-id --disable-fail-fast --skip-test --stage-list "A10-PyTorch-1, xxx" --gpu-type "A30, H100_PCIe" --test-backend "pytorch, cpp" --add-multi-gpu-test --only-multi-gpu-test --disable-multi-gpu-test --post-merge --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" --detailed-log --debug(experimental)]

Launch build/test pipelines. All previously running jobs will be killed.

--reuse-test (optional)pipeline-id (OPTIONAL) : Allow the new pipeline to reuse build artifacts and skip successful test stages from a specified pipeline or the last pipeline if no pipeline-id is indicated. If the Git commit ID has changed, this option will be always ignored. The DEFAULT behavior of the bot is to reuse build artifacts and successful test results from the last pipeline.

--disable-reuse-test (OPTIONAL) : Explicitly prevent the pipeline from reusing build artifacts and skipping successful test stages from a previous pipeline. Ensure that all builds and tests are run regardless of previous successes.

--disable-fail-fast (OPTIONAL) : Disable fail fast on build/tests/infra failures.

--skip-test (OPTIONAL) : Skip all test stages, but still run build stages, package stages and sanity check stages. Note: Does NOT update GitHub check status.

--stage-list "A10-PyTorch-1, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-PyTorch-1, xxx". Note: Does NOT update GitHub check status.

--gpu-type "A30, H100_PCIe" (OPTIONAL) : Only run the test stages on the specified GPU types. Examples: "A30, H100_PCIe". Note: Does NOT update GitHub check status.

--test-backend "pytorch, cpp" (OPTIONAL) : Skip test stages which don't match the specified backends. Only support [pytorch, cpp, tensorrt, triton]. Examples: "pytorch, cpp" (does not run test stages with tensorrt or triton backend). Note: Does NOT update GitHub pipeline status.

--only-multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitHub check status.

--disable-multi-gpu-test (OPTIONAL) : Disable the multi-GPU tests. Note: Does NOT update GitHub check status.

--add-multi-gpu-test (OPTIONAL) : Force run the multi-GPU tests in addition to running L0 pre-merge pipeline.

--post-merge (OPTIONAL) : Run the L0 post-merge pipeline instead of the ordinary L0 pre-merge pipeline.

--extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx" (OPTIONAL) : Run the ordinary L0 pre-merge pipeline and specified test stages. Examples: --extra-stage "H100_PCIe-TensorRT-Post-Merge-1, xxx".

--detailed-log (OPTIONAL) : Enable flushing out all logs to the Jenkins console. This will significantly increase the log volume and may slow down the job.

--debug (OPTIONAL) : Experimental feature. Enable access to the CI container for debugging purpose. Note: Specify exactly one stage in the stage-list parameter to access the appropriate container environment. Note: Does NOT update GitHub check status.

kill

kill

Kill all running builds associated with pull request.

skip

skip --comment COMMENT

Skip testing for latest commit on pull request. --comment "Reason for skipping build/test" is required. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

@juney-nvidia
Copy link
Collaborator

/bot skip --comment "No need to run full CI"

@juney-nvidia
Copy link
Collaborator

@venkywonka It looks that some vulnerability scan failed with this PR.

June

@tensorrt-cicd
Copy link
Collaborator

PR_Github #14825 [ skip ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #14825 [ skip ] completed with state SUCCESS
Skipping testing for commit fb4e518

@venkywonka
Copy link
Collaborator Author

Thank you @juney-nvidia , that failure seemed to be one-off :D going forward with merging.

Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com>
Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com>
Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com>
Signed-off-by: Venky Ganesh <23023424+venkywonka@users.noreply.github.com>
@venkywonka venkywonka force-pushed the add-issue-templates branch from fb4e518 to 18b4e3e Compare August 11, 2025 16:37
@venkywonka
Copy link
Collaborator Author

/bot skip --comment "No need to run full CI"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #14831 [ skip ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #14831 [ skip ] completed with state SUCCESS
Skipping testing for commit 18b4e3e

@juney-nvidia juney-nvidia merged commit c9fe07e into NVIDIA:main Aug 11, 2025
4 checks passed
MartinMarciniszyn added a commit to MartinMarciniszyn/TensorRT-LLM that referenced this pull request Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants