Skip to content

Commit

Permalink
merge the newest main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingfeng4A069 committed Aug 2, 2024
1 parent eabf064 commit 9e56681
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions impl/ascend/device_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1214,10 +1214,10 @@
),

# TODO(zhangqiu) Due to a bug in the software stack, this test will be skipped for now.
'token_attention': dict(
name=['token_attention'],
skip_all=True
),
# 'token_attention': dict(
# name=['token_attention'],
# skip_all=True
# ),

'rotary_emb': dict(
name=["rotary_emb"],
Expand All @@ -1244,10 +1244,10 @@
# ),

# TODO(zhangqiu) Due to a bug in the software stack, this test will be skipped for now.
'token_softmax_reducev': dict(
name=['token_softmax_reducev'],
skip_all=True
),
# 'token_softmax_reducev': dict(
# name=['token_softmax_reducev'],
# skip_all=True
# ),

# temp for 910B
'normal_': dict(
Expand Down

0 comments on commit 9e56681

Please sign in to comment.