Skip to content

Commit 2b56853

Browse files
authored
image: add fast_moe into fms-hf-tuning image (#512)
Signed-off-by: Will Johnson <[email protected]>
1 parent db16f31 commit 2b56853

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,13 @@ RUN --mount=type=cache,target=/home/${USER}/.cache/pip,uid=${USER_UID} \
154154
# fms_acceleration_peft = PEFT-training, e.g., 4bit QLoRA
155155
# fms_acceleration_foak = Fused LoRA and triton kernels
156156
# fms_acceleration_aadp = Padding-Free Flash Attention Computation
157+
# fms_acceleration_moe = Parallelized Mixture of Experts
157158
RUN if [[ "${ENABLE_FMS_ACCELERATION}" == "true" ]]; then \
158159
python -m pip install --user "$(head bdist_name)[fms-accel]"; \
159160
python -m fms_acceleration.cli install fms_acceleration_peft; \
160161
python -m fms_acceleration.cli install fms_acceleration_foak; \
161162
python -m fms_acceleration.cli install fms_acceleration_aadp; \
163+
python -m fms_acceleration.cli install fms_acceleration_moe; \
162164
fi
163165

164166
RUN if [[ "${ENABLE_AIM}" == "true" ]]; then \

0 commit comments

Comments
 (0)