Unverified Commit b648d862 authored by kk's avatar kk Committed by GitHub
Browse files

[Fix] gpt-oss mxfp4 model run failed on ROCm platform (#9994)


Co-authored-by: default avatarwunhuang <wunhuang@amd.com>
parent bbf261ae
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
# Default base images # Default base images
ARG BASE_IMAGE_942="rocm/sgl-dev:vllm20250114" ARG BASE_IMAGE_942="rocm/sgl-dev:vllm20250114"
ARG BASE_IMAGE_942_ROCM700="rocm/sgl-dev:rocm7-vllm-20250821" ARG BASE_IMAGE_942_ROCM700="rocm/sgl-dev:rocm7-vllm-20250904"
ARG BASE_IMAGE_950="rocm/sgl-dev:rocm7-vllm-20250821" ARG BASE_IMAGE_950="rocm/sgl-dev:rocm7-vllm-20250904"
# This is necessary for scope purpose # This is necessary for scope purpose
ARG GPU_ARCH=gfx950 ARG GPU_ARCH=gfx950
......
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