Skip to content

Commit f93dd14

Browse files
committed
Fix import path for flashinfer_api
1 parent a382ae3 commit f93dd14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flashinfer/comm/trtllm_moe_alltoall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import torch
1313
import functools
1414

15-
from .api_logging import flashinfer_api
15+
from ..api_logging import flashinfer_api
1616

1717
from .mnnvl import MnnvlMemory, MnnvlConfig
1818
from .mapping import Mapping

0 commit comments

Comments
 (0)