Skip to content

Commit

Permalink
#7823: Increase timeout and remove 1k test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-jovic committed Jun 19, 2024
1 parent a463452 commit 74b593c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/perf-device-models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
test-info: [
{name: "GS", arch: grayskull, runs-on: ["perf-no-reset-grayskull", "self-reset"], machine-type: "bare_metal", timeout: 75},
{name: "N300 WH B0", arch: wormhole_b0, runs-on: ["perf-wormhole_b0", "self-reset"], machine-type: "bare_metal", timeout: 20},
{name: "N300 WH B0", arch: wormhole_b0, runs-on: ["perf-wormhole_b0", "self-reset"], machine-type: "bare_metal", timeout: 30},
]
name: "${{ matrix.test-info.name }} device perf"
env:
Expand Down
2 changes: 1 addition & 1 deletion models/demos/falcon7b/tests/test_falcon_device_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def test_device_perf_wh_bare_metal(


@pytest.mark.models_device_performance_bare_metal
@pytest.mark.parametrize("seq_len, samples", [(128, 1700), (1024, 2800), (2048, 2600)])
@pytest.mark.parametrize("seq_len, samples", [(128, 1700), (2048, 2600)])
def test_device_perf(seq_len, samples):
margin = 0.03
num_iterations = 1
Expand Down

0 comments on commit 74b593c

Please sign in to comment.