Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
cec8248d
"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "ccd153afb2b530d01945857095bfc7c5dc9ef1f0"
Commit
cec8248d
authored
Feb 26, 2025
by
Piotr Marcinkiewicz
Committed by
GitHub
Feb 26, 2025
Browse files
Updated genai-perf for hot-fix for vLLM container
parent
31d27ab2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
container/Dockerfile.vllm
container/Dockerfile.vllm
+2
-1
No files found.
container/Dockerfile.vllm
View file @
cec8248d
...
@@ -39,7 +39,8 @@ RUN --mount=type=bind,source=./container/deps/,target=/tmp/deps \
...
@@ -39,7 +39,8 @@ RUN --mount=type=bind,source=./container/deps/,target=/tmp/deps \
bash /tmp/deps/vllm/install.sh --patch /tmp/deps/vllm/${VLLM_PATCH} --ref ${VLLM_REF} --install-cmd "uv pip install --editable" --use-precompiled --installation-dir /opt/vllm
bash /tmp/deps/vllm/install.sh --patch /tmp/deps/vllm/${VLLM_PATCH} --ref ${VLLM_REF} --install-cmd "uv pip install --editable" --use-precompiled --installation-dir /opt/vllm
# Install genai-perf for benchmarking
# Install genai-perf for benchmarking
ARG GENAI_PERF_TAG="r25.01"
# TODO: Move to tag when fix for genai-perf will be released
ARG GENAI_PERF_TAG="25d0188713adc47868d6b3f22426375237a90529"
RUN uv pip install "git+https://github.com/triton-inference-server/perf_analyzer.git@${GENAI_PERF_TAG}#subdirectory=genai-perf"
RUN uv pip install "git+https://github.com/triton-inference-server/perf_analyzer.git@${GENAI_PERF_TAG}#subdirectory=genai-perf"
# Install test dependencies
# Install test dependencies
...
...
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