Skip to content

Commit 01a9b4d

Browse files
CyCle1024jinminxi104
authored andcommitted
rename infer_ext to dlinfer (#15)
1 parent f02faaa commit 01a9b4d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lmdeploy/pytorch/kernels/ascend/apply_rotary_pos_emb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
import infer_ext.ops as ext_ops
2+
import dlinfer.ops as ext_ops
33
from torch import Tensor
44

55

lmdeploy/pytorch/kernels/ascend/fill_kv_cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
import infer_ext.ops as ext_ops
2+
import dlinfer.ops as ext_ops
33
from torch import Tensor
44

55

lmdeploy/pytorch/kernels/ascend/fused_rotary_emb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
import infer_ext.ops as ext_ops
2+
import dlinfer.ops as ext_ops
33
import torch
44
from torch import Tensor
55

lmdeploy/pytorch/kernels/ascend/moe_gating_topk_softmax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
import infer_ext.ops as ext_ops
2+
import dlinfer.ops as ext_ops
33
import torch
44
from torch import Tensor
55

lmdeploy/pytorch/kernels/ascend/paged_attention_fwd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
import infer_ext.ops as ext_ops
2+
import dlinfer.ops as ext_ops
33
import torch
44
from torch import Tensor
55

lmdeploy/pytorch/kernels/ascend/rms_norm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) OpenMMLab. All rights reserved.
2-
import infer_ext.ops as ext_ops
2+
import dlinfer.ops as ext_ops
33
from torch import Tensor
44

55

0 commit comments

Comments
 (0)