Skip to content

Commit

Permalink
#0: disable bert pytest due to WH watcher error
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Dec 1, 2023
1 parent 0263103 commit 6fb074e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
comp_equal,
comp_pcc,
)
from models.utility_functions import is_wormhole_b0, is_grayskull
from models.utility_functions import is_wormhole_b0, is_grayskull, skip_for_wormhole_b0
from loguru import logger
from models.utility_functions import torch2tt_tensor, tt2torch_tensor, pad_by_zero

Expand Down Expand Up @@ -274,6 +274,7 @@ def test_bert_linear(
(True, False, False, 2688, 4096, 1024, None),
],
)
@skip_for_wormhole_b0("Watcher error, see issue#4106")
def test_bert_linear_batch7(
device, fidelity, in0_sharded, out_sharded, in1_in_dram, has_bias, M, K, N, activation, function_level_defaults
):
Expand Down

0 comments on commit 6fb074e

Please sign in to comment.