Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docker/rocm.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,7 @@ ENV SGLANG_USE_AITER=1
ENV SGLANG_USE_ROCM700A=1

ENV NCCL_MIN_NCHANNELS=112
ENV VLLM_FP8_PADDING=1
ENV VLLM_FP8_ACT_PADDING=1
ENV VLLM_FP8_WEIGHT_PADDING=1
ENV VLLM_FP8_REDUCE_CONV=1
ENV ROCM_QUICK_REDUCE_QUANTIZATION=INT8
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Enabling ROCM_QUICK_REDUCE_QUANTIZATION=INT8 by default could have performance and accuracy implications that might be unexpected for users. It's good practice to document such impactful settings. Please consider adding a comment to explain this environment variable.

ENV ROCM_QUICK_REDUCE_QUANTIZATION=INT8 # Enable INT8 quantization for quick all-reduce on ROCm. Other values: FP, INT6, INT4, NONE.

ENV TORCHINDUCTOR_MAX_AUTOTUNE=1
ENV TORCHINDUCTOR_MAX_AUTOTUNE_POINTWISE=1

Expand Down
5 changes: 1 addition & 4 deletions docker/rocm720.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,7 @@ ENV SGLANG_USE_AITER=1
ENV SGLANG_USE_ROCM700A=1

ENV NCCL_MIN_NCHANNELS=112
ENV VLLM_FP8_PADDING=1
ENV VLLM_FP8_ACT_PADDING=1
ENV VLLM_FP8_WEIGHT_PADDING=1
ENV VLLM_FP8_REDUCE_CONV=1
ENV ROCM_QUICK_REDUCE_QUANTIZATION=INT8
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Enabling ROCM_QUICK_REDUCE_QUANTIZATION=INT8 by default could have performance and accuracy implications that might be unexpected for users. It's good practice to document such impactful settings. Please consider adding a comment to explain this environment variable.

ENV ROCM_QUICK_REDUCE_QUANTIZATION=INT8 # Enable INT8 quantization for quick all-reduce on ROCm. Other values: FP, INT6, INT4, NONE.

ENV TORCHINDUCTOR_MAX_AUTOTUNE=1
ENV TORCHINDUCTOR_MAX_AUTOTUNE_POINTWISE=1

Expand Down
Loading