Skip to content

Commit 584d182

Browse files
committed
undo some changes
Signed-off-by: Venky <[email protected]>
1 parent 6d75fe0 commit 584d182

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

cpp/kernels/fmha_v2/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# without an express license agreement from NVIDIA CORPORATION or
99
# its affiliates is strictly prohibited.
1010

11-
# touching this file to see if appropriate codeowners / module-owners get auto-assigned!
1211
import os
1312
import subprocess
1413
from collections import namedtuple

docker/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,3 @@ make -C docker trtllm_run LOCAL_USER=1 DOCKER_PULL=1
133133

134134
The argument `DOCKER_PULL=1` instructs `make` to pull the latest version of the image before deploying it in the container.
135135
By default, images are tagged by their `git` branch name and may be frequently updated.
136-
137-
[test]
138-
[touch 2]

tensorrt_llm/_torch/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# toching this file to see if auto-assigns @NVIDIA/trt-llm-torch-devs
21
import contextlib
32
import os
43
import threading

0 commit comments

Comments
 (0)