mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-14 09:09:42 +00:00
clean PR code and disable flashinfer
This commit is contained in:
parent
cf4da5fd47
commit
a529518346
3 changed files with 13 additions and 23 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue