Skip to content

Commit 07f2f62

Browse files
committed
delete fa3 wheel
1 parent d31425d commit 07f2f62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ RUN echo "🔧 Building lightllm-kernel package..." && \
9292
echo "✅ lightllm-kernel build completed"
9393

9494
# Use prebuilt flash_attn_3 wheel (saves ~50+ minutes!)
95-
RUN echo "📦 Using prebuilt flash_attn_3 wheel..." && \
96-
cp flash-attention/hopper/dist/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl /out/ && \
97-
echo "✅ flash_attn_3 wheel copied successfully"
95+
# RUN echo "📦 Using prebuilt flash_attn_3 wheel..." && \
96+
# cp flash-attention/hopper/dist/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl /out/ && \
97+
# echo "✅ flash_attn_3 wheel copied successfully"
9898

9999
# Fallback: Build from source if needed (uncomment if you need to rebuild)
100100
# RUN echo "🔧 Building flash_attn_3 package..." && \

0 commit comments

Comments
 (0)