mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2026-05-05 05:31:36 +00:00
[fix](test): fix import kt-kernel (#1728)
This commit is contained in:
@@ -26,7 +26,7 @@ os.environ.setdefault("BLAS_NUM_THREADS", "1")
|
||||
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "build"))
|
||||
|
||||
import torch # noqa: E402
|
||||
import kt_kernel_ext as ce # noqa: E402
|
||||
from kt_kernel import kt_kernel_ext as ce # noqa: E402
|
||||
from tqdm import tqdm # noqa: E402
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user