File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
pytorch/training/docker/2.9/py3/cu130 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ ENV LD_PRELOAD="/usr/local/lib/libnccl.so"
240240ENV NVTE_FRAMEWORK=pytorch
241241# Install flash-attn using instructions from https://github.com/Dao-AILab/flash-attention#installation-and-features
242242# Set MAX_JOBS=4 to avoid OOM issues in installation process
243- RUN MAX_JOBS=8 pip install --no-cache-dir flash-attn==${FLASH_ATTN_VERSION} --no-build-isolation --verbose
243+ RUN MAX_JOBS=4 pip install --no-cache-dir flash-attn==${FLASH_ATTN_VERSION} --verbose
244244# Install TE using instructions from https://docs.nvidia.com/deeplearning/transformer-engine/user-guide/installation.html
245245RUN pip install --no-cache-dir git+https://github.com/NVIDIA/TransformerEngine.git@release_v${TE_VERSION} --no-build-isolation
246246
You can’t perform that action at this time.
0 commit comments