Skip to content

Commit 89660f5

Browse files
committed
undo
Signed-off-by: Venky <[email protected]>
1 parent 2bc7da1 commit 89660f5

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Please explain the issue and the solution in short.
1818
<!--
1919
Please list clearly what are the relevant test(s) that can safeguard the changes in the PR. This helps us to ensure we have sufficient test coverage for the PR.
2020
-->
21-
# touch
2221

2322
## GitHub Bot Help
2423

examples/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,4 +581,3 @@ def add_common_args(parser):
581581
parser.add_argument('--backend', type=str, default=None)
582582

583583
return parser
584-
# touch

tests/unittest/api_stability/test_llm_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,3 @@ class TestQuantConfig(ApiStabilityTestHarness):
197197
class TestCalibConfig(ApiStabilityTestHarness):
198198
TEST_CLASS = CalibConfig
199199
REFERENCE_FILE = "calib_config.yaml"
200-
# Touch this file and see if the code owners is invoked but should automatically assign the @NVIDIA/trt-llm-noncommitted-api-review-committee as reviewers for the PR.
201-
# and also see if the GitHub action to auto-assign PR reviews respects this assignment and does not override it or do something else.

0 commit comments

Comments
 (0)