We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d65e33 commit f9d1821Copy full SHA for f9d1821
Dockerfile
@@ -82,7 +82,7 @@ RUN echo "🔧 Building lightllm-kernel package..." && \
82
# Build flash_attn_3 package (hopper)
83
RUN echo "🔧 Building flash_attn_3 package..." && \
84
cd flash-attention/hopper && \
85
- MAX_JOBS=2 NVCC_THREADS=2 FLASH_ATTN_CUDA_ARCHS=90 python setup.py bdist_wheel && \
+ MAX_JOBS=2 NVCC_THREADS=2 FLASH_ATTN_CUDA_ARCHS=90 FLASH_ATTENTION_DISABLE_SM80=TRUE python setup.py bdist_wheel && \
86
cp dist/*.whl /out/ && \
87
echo "✅ flash_attn_3 build completed"
88
@@ -95,4 +95,4 @@ RUN echo "📦 Final wheel packages:" && \
95
echo "❌ Error: Expected 2 wheels, found $WHEEL_COUNT" && exit 1; \
96
else \
97
echo "✅ Successfully built all wheel packages"; \
98
- fi
+ fi
0 commit comments