File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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..." && \
You can’t perform that action at this time.
0 commit comments