Skip to content

Commit 97c6966

Browse files
committed
delete push fa3
1 parent 4a6d7bc commit 97c6966

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
100100
# Get wheel file information
101101
LIGHTKERNEL_WHEEL=$(ls ./out/lightllm_kernel-*.whl | head -n1 | xargs basename)
102-
FA3_MTP_WHEEL=$(ls ./out/flash_attn_3-*.whl | head -n1 | xargs basename)
103102
104103
gh release create "$TAG_NAME" ./out/*.whl \
105104
--title "LightKernel Release $TAG_NAME" \
@@ -109,17 +108,15 @@ jobs:
109108
110109
📦 **Packages:**
111110
- **$LIGHTKERNEL_WHEEL** - Core CUDA kernel library
112-
- **$FA3_MTP_WHEEL** - Fa3 MTP 3.0 (Hopper)
113111
114112
🚀 **Quick Installation:**
115113
\`\`\`bash
116114
# Install both packages
117115
pip install https://github.com/${{ github.repository }}/releases/download/$TAG_NAME/$LIGHTKERNEL_WHEEL
118-
pip install https://github.com/${{ github.repository }}/releases/download/$TAG_NAME/$FA3_MTP_WHEEL
119116
\`\`\`
120117
121118
🔧 **Build Environment:**
122-
- CUDA: 12.6.1 with cuDNN
119+
- CUDA: 12.8.0 with cuDNN
123120
- PyTorch: 2.8.0
124121
- Python: 3.10
125122
- Architecture: CUDA Compute Capabilities 9.0

0 commit comments

Comments
 (0)