We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31425d commit 07f2f62Copy full SHA for 07f2f62
1 file changed
Dockerfile
@@ -92,9 +92,9 @@ RUN echo "🔧 Building lightllm-kernel package..." && \
92
echo "✅ lightllm-kernel build completed"
93
94
# 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"
+# RUN echo "📦 Using prebuilt flash_attn_3 wheel..." && \
+# cp flash-attention/hopper/dist/flash_attn_3-3.0.0b1-cp39-abi3-linux_x86_64.whl /out/ && \
+# echo "✅ flash_attn_3 wheel copied successfully"
98
99
# Fallback: Build from source if needed (uncomment if you need to rebuild)
100
# RUN echo "🔧 Building flash_attn_3 package..." && \
0 commit comments