File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments