Skip to content

Commit

Permalink
fix: due to a bug in the software stack, skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liujingfeng4A069 committed Aug 1, 2024
1 parent 39cb560 commit fc63006
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 fc63006

Please sign in to comment.