File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=rocm/dev-ubuntu-22.04:6.2.4 -complete
1+ ARG BASE_IMAGE=rocm/dev-ubuntu-22.04:6.3 -complete
22FROM ${BASE_IMAGE} AS base
33
44ENV PATH=/opt/rocm/llvm/bin:$PATH
@@ -30,8 +30,8 @@ RUN pip install -U packaging cmake ninja wheel setuptools Cython
3030
3131FROM base AS build_hipblaslt
3232ARG HIPBLASLT_BRANCH="507a649"
33- # Unset the following on ROCm6.3+
34- ARG LEGACY_HIPBLASLT_OPTION="--legacy_hipblas_direct"
33+ # Set to "--legacy_hipblas_direct" for ROCm<=6.2
34+ ARG LEGACY_HIPBLASLT_OPTION=
3535RUN git clone https://github.com/ROCm/hipBLASLt
3636RUN cd hipBLASLt \
3737 && git checkout ${HIPBLASLT_BRANCH} \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG REMOTE_VLLM="0"
33ARG USE_CYTHON="0"
44ARG BUILD_RPD="1"
55ARG COMMON_WORKDIR=/app
6- ARG BASE_IMAGE=rocm/vllm-dev:base_ubuntu22.04_py3.12_ROCm6.2.4_hipblaslt0 .11_torch2.6
6+ ARG BASE_IMAGE=rocm/vllm-dev:base_ubuntu22.04_py3.12_ROCm6.3_hipblaslt0 .11_torch2.6
77
88FROM ${BASE_IMAGE} AS base
99
You can’t perform that action at this time.
0 commit comments