Skip to content

Commit

Permalink
#7599: re-enable batch=8 resnet50 test
Browse files Browse the repository at this point in the history
  • Loading branch information
nsmithtt committed May 14, 2024
1 parent a3f82e4 commit 7274310
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,6 @@ def create_test_infra(device, batch_size, act_dtype, weight_dtype, math_fidelity
),
)
def test_resnet_50(device, batch_size, act_dtype, weight_dtype, math_fidelity):
if batch_size == 8:
pytest.skip("Skipping batch_size=8 until 7599 is resolved.")

ttnn.CONFIG.enable_logging = True
ttnn.CONFIG.enable_detailed_buffer_report = True
test_infra = create_test_infra(device, batch_size, act_dtype, weight_dtype, math_fidelity)
Expand Down

0 comments on commit 7274310

Please sign in to comment.