File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 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!
1211import os
1312import subprocess
1413from collections import namedtuple
Original file line number Diff line number Diff line change @@ -133,6 +133,3 @@ make -C docker trtllm_run LOCAL_USER=1 DOCKER_PULL=1
133133
134134The argument ` DOCKER_PULL=1 ` instructs ` make ` to pull the latest version of the image before deploying it in the container.
135135By default, images are tagged by their ` git ` branch name and may be frequently updated.
136-
137- [ test]
138- [ touch 2]
Original file line number Diff line number Diff line change 1- # toching this file to see if auto-assigns @NVIDIA/trt-llm-torch-devs
21import contextlib
32import os
43import threading
You can’t perform that action at this time.
0 commit comments