Skip to content

Commit

Permalink
MB(H3K) todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen-sun committed May 5, 2024
1 parent 463ea8b commit 4179b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/oneflow/test/modules/test_fused_rotary_embedding.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ def test_fused_rotary_embedding_op_plane(test_case):
args_dict = OrderedDict()
args_dict["test_fun"] = [_test_plane]
# args_dict["x_layout"] = ["MB(H3K)"]
args_dict["x_layout"] = ["BMHK", "MB(HK)"] # TODO: MB(H3K) paramdims bug;
args_dict["x_layout"] = ["BMHK", "MB(HK)"] # TODO: MB(H3K) bug;
args_dict["mode"] = ["plane"]
args_dict["base"] = [1e1]
args_dict["rotary_size"] = [4, 8]
Expand Down

0 comments on commit 4179b3d

Please sign in to comment.