feat: add flashinfer as 3rdparty and use rmsnorm as example (#3033)

This commit is contained in:
Yineng Zhang
2025-01-21 20:44:49 +08:00
committed by GitHub
parent a4331cd260
commit 5a0d680a14
11 changed files with 335 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ jobs:
- name: Install
run: |
pip3 install torch==2.5.1
pip3 install pytest
pip3 uninstall sgl-kernel -y || true
cd sgl-kernel
pip3 install .