clean PR code and disable flashinfer

This commit is contained in:
Atream 2025-02-19 04:42:47 +00:00
parent cf4da5fd47
commit a529518346
3 changed files with 13 additions and 23 deletions

View file

@ -9,7 +9,7 @@ flashinfer_enabled = False
try:
import flashinfer
flashinfer_enabled = True
flashinfer_enabled = False # disabled now, TODO:use new version of flashinfer and enable
print("found flashinfer")
except ImportError: