Skip to content

Commit 2d82f81

Browse files
SangChengCsangchengmeng
andauthored
[fix]fix unit_tests func name (#956)
Co-authored-by: sangchengmeng <sangchengmeng@sensetime.com>
1 parent b429ddc commit 2d82f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/common/basemodel/triton_kernel/test_multimodal_emb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
logger = init_logger(__name__)
77

88

9-
def test_mark_mubltimodal_obj():
9+
def test_mark_multimodal_obj():
1010
obj_start_ids = torch.tensor([1, 4, 100], device="cuda", dtype=torch.int64)
1111
obj_token_lens = torch.tensor([1, 3, 2], device="cuda", dtype=torch.int64)
1212
input_ids = torch.tensor([1, 7, 9, 333], device="cuda", dtype=torch.int64)

0 commit comments

Comments
 (0)