"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "ef97e083ca66c85b4da10b4dc839b75259df2b67"
Unverified Commit eaa03383 authored by hhzhang16's avatar hhzhang16 Committed by GitHub
Browse files

feat: add init file to profiler folder (#2962)


Signed-off-by: default avatarHannah Zhang <hannahz@nvidia.com>
parent e8cb972e
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
"""Profiler package for Kubernetes cluster profiling."""
...@@ -485,6 +485,7 @@ COPY --from=build /usr/local/lib/python3.12/dist-packages/pytorch_triton-${PYTOR ...@@ -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 # TODO: Remove this once we have a functional CI image built on top of the runtime image
COPY tests /workspace/tests COPY tests /workspace/tests
COPY benchmarks /workspace/benchmarks COPY benchmarks /workspace/benchmarks
COPY deploy /workspace/deploy
COPY components/backends/trtllm /workspace/components/backends/trtllm COPY components/backends/trtllm /workspace/components/backends/trtllm
RUN python3 -m pip install --no-cache-dir --break-system-packages /workspace/benchmarks RUN python3 -m pip install --no-cache-dir --break-system-packages /workspace/benchmarks
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment