Skip to content

Commit 10a3bef

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 2a71af8 + 2b56853 commit 10a3bef

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)