"git@developer.sourcefind.cn:change/sglang.git" did not exist on "33f0de337d978b37c63b98575b4962c6e6479e8c"
Unverified Commit b8cd09f2 authored by kk's avatar kk Committed by GitHub
Browse files

update ROCm docker for layernorm kernel optimization (#2885)


Co-authored-by: default avatarwunhuang <wunhuang@amd.com>
parent c19d8482
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# docker build --build-arg SGL_BRANCH=v0.4.1.post5 -t v0.4.1.post5-rocm620 -f Dockerfile.rocm . # docker build --build-arg SGL_BRANCH=v0.4.1.post5 -t v0.4.1.post5-rocm620 -f Dockerfile.rocm .
# default base image # default base image
ARG BASE_IMAGE="rocmshared/vllm-rocm:20250113-tuned-elementwise" ARG BASE_IMAGE="rocmshared/vllm-rocm:20250114-tuned-elementwise-layernorm"
FROM $BASE_IMAGE AS base FROM $BASE_IMAGE AS base
USER root USER root
......
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