Skip to content

Commit 2cc5a5b

Browse files
committed
speed up fa3
1 parent 886e7c9 commit 2cc5a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ RUN echo "🔧 Building lightllm-kernel package..." && \
8282
# Build flash_attn_3 package (hopper)
8383
RUN echo "🔧 Building flash_attn_3 package..." && \
8484
cd flash-attention/hopper && \
85-
MAX_JOBS=1 NVCC_THREADS=1 FLASH_ATTN_CUDA_ARCHS="80;86;89;90" python setup.py bdist_wheel && \
85+
MAX_JOBS=1 NVCC_THREADS=2 FLASH_ATTN_CUDA_ARCHS="90" python setup.py bdist_wheel && \
8686
cp dist/*.whl /out/ && \
8787
echo "✅ flash_attn_3 build completed"
8888

0 commit comments

Comments
 (0)