You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/unittest/api_stability/test_llm_api.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,3 +197,5 @@ class TestQuantConfig(ApiStabilityTestHarness):
197
197
classTestCalibConfig(ApiStabilityTestHarness):
198
198
TEST_CLASS=CalibConfig
199
199
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