Skip to content

Commit 7364d36

Browse files
feat: add init file to profiler folder (#2975)
Signed-off-by: Hannah Zhang <[email protected]> Signed-off-by: Nate Mailhot <[email protected]> Co-authored-by: hhzhang16 <[email protected]>
1 parent 6502039 commit 7364d36

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

benchmarks/profiler/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
"""Profiler package for Kubernetes cluster profiling."""

container/Dockerfile.trtllm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ COPY --from=build /usr/local/lib/python3.12/dist-packages/pytorch_triton-${PYTOR
497497
# TODO: Remove this once we have a functional CI image built on top of the runtime image
498498
COPY tests /workspace/tests
499499
COPY benchmarks /workspace/benchmarks
500+
COPY deploy /workspace/deploy
500501
COPY components/backends/trtllm /workspace/components/backends/trtllm
501502
RUN python3 -m pip install --no-cache-dir --break-system-packages /workspace/benchmarks
502503

0 commit comments

Comments
 (0)