Fix
This commit is contained in:
@@ -43,7 +43,8 @@ RUN if [ "$AXOLOTL_EXTRAS" != "" ] ; then \
|
|||||||
uv pip install --python "$VENV_PYTHON" --no-build-isolation -e .[ring-flash-attn,optimizers,ray] $AXOLOTL_ARGS; \
|
uv pip install --python "$VENV_PYTHON" --no-build-isolation -e .[ring-flash-attn,optimizers,ray] $AXOLOTL_ARGS; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
RUN uv pip install --python "$VENV_PYTHON" --no-build-isolation flash-attn $AXOLOTL_ARGS
|
RUN "$VENV_PYTHON" -m pip install --upgrade pip && \
|
||||||
|
uv pip install --python "$VENV_PYTHON" --no-build-isolation flash-attn $AXOLOTL_ARGS
|
||||||
|
|
||||||
RUN "$VENV_PYTHON" scripts/unsloth_install.py | sh
|
RUN "$VENV_PYTHON" scripts/unsloth_install.py | sh
|
||||||
RUN "$VENV_PYTHON" scripts/cutcrossentropy_install.py | sh
|
RUN "$VENV_PYTHON" scripts/cutcrossentropy_install.py | sh
|
||||||
|
|||||||
Reference in New Issue
Block a user