Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
eaa03383
Unverified
Commit
eaa03383
authored
Sep 09, 2025
by
hhzhang16
Committed by
GitHub
Sep 09, 2025
Browse files
feat: add init file to profiler folder (#2962)
Signed-off-by:
Hannah Zhang
<
hannahz@nvidia.com
>
parent
e8cb972e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
benchmarks/profiler/__init__.py
benchmarks/profiler/__init__.py
+4
-0
container/Dockerfile.trtllm
container/Dockerfile.trtllm
+1
-0
No files found.
benchmarks/profiler/__init__.py
0 → 100644
View file @
eaa03383
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
"""Profiler package for Kubernetes cluster profiling."""
container/Dockerfile.trtllm
View file @
eaa03383
...
...
@@ -485,6 +485,7 @@ COPY --from=build /usr/local/lib/python3.12/dist-packages/pytorch_triton-${PYTOR
# TODO: Remove this once we have a functional CI image built on top of the runtime image
COPY tests /workspace/tests
COPY benchmarks /workspace/benchmarks
COPY deploy /workspace/deploy
COPY components/backends/trtllm /workspace/components/backends/trtllm
RUN python3 -m pip install --no-cache-dir --break-system-packages /workspace/benchmarks
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment