File tree 2 files changed +4
-4
lines changed
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
2
2
FROM ${BASE_IMAGE} AS base
3
3
4
4
ENV PATH=/opt/rocm/llvm/bin:$PATH
@@ -30,8 +30,8 @@ RUN pip install -U packaging cmake ninja wheel setuptools Cython
30
30
31
31
FROM base AS build_hipblaslt
32
32
ARG 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=
35
35
RUN git clone https://github.com/ROCm/hipBLASLt
36
36
RUN cd hipBLASLt \
37
37
&& git checkout ${HIPBLASLT_BRANCH} \
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ ARG REMOTE_VLLM="0"
3
3
ARG USE_CYTHON="0"
4
4
ARG BUILD_RPD="1"
5
5
ARG 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
7
7
8
8
FROM ${BASE_IMAGE} AS base
9
9
You can’t perform that action at this time.
0 commit comments