deepspeed binary fixes hopefully

This commit is contained in:
Wing Lian
2025-03-20 19:52:07 -04:00
parent 7009a48398
commit bb683644c3
2 changed files with 3 additions and 3 deletions

View File

@@ -33,9 +33,9 @@ RUN if [ "$NIGHTLY_BUILD" = "true" ] ; then \
RUN pip3 install -U packaging setuptools wheel
RUN if [ "$AXOLOTL_EXTRAS" != "" ] ; then \
pip install --no-build-isolation -e .[deepspeed,flash-attn,optimizers,ray,$AXOLOTL_EXTRAS] $AXOLOTL_ARGS --no-binary=:all:; \
pip install --no-build-isolation -e .[deepspeed,flash-attn,optimizers,ray,$AXOLOTL_EXTRAS] $AXOLOTL_ARGS --no-binary=deepspeed; \
else \
pip install --no-build-isolation -e .[deepspeed,flash-attn,optimizers,ray] $AXOLOTL_ARGS --no-binary=:all:; \
pip install --no-build-isolation -e .[deepspeed,flash-attn,optimizers,ray] $AXOLOTL_ARGS --no-binary=deepspeed; \
fi
RUN python scripts/unsloth_install.py | sh

View File

@@ -17,7 +17,7 @@ transformers==4.49.0
tokenizers>=0.21.1
accelerate==1.5.2
datasets==3.4.1
deepspeed==0.16.1
deepspeed==0.16.4
trl==0.15.1
optimum==1.16.2