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 886e7c9 commit 2cc5a5bCopy full SHA for 2cc5a5b
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=1 NVCC_THREADS=1 FLASH_ATTN_CUDA_ARCHS="80;86;89;90" python setup.py bdist_wheel && \
+ MAX_JOBS=1 NVCC_THREADS=2 FLASH_ATTN_CUDA_ARCHS="90" python setup.py bdist_wheel && \
86
cp dist/*.whl /out/ && \
87
echo "✅ flash_attn_3 build completed"
88
0 commit comments