Skip to content

Commit

Permalink
#8133: Disable Falcon7b async perf tests due to fd2 hang, re-enable s…
Browse files Browse the repository at this point in the history
…ync tests

Signed-off-by: Salar Hosseini <[email protected]>
  • Loading branch information
skhorasganiTT committed May 6, 2024
1 parent f279c47 commit 60845f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/falcon7b/tests/test_perf_falcon.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ def test_perf_wh_bare_metal(
use_program_cache,
async_mode,
):
pytest.skip(f"#7947")
if async_mode:
pytest.skip(f"Skipping due to Issue #8133, async is hanging with FD2") # TODO: Remove when #8133 is fixed
if llm_mode == "prefill" and seq_len == 128:
pytest.skip(
f"Skipping {llm_mode} with {seq_len} in async mode. Config is supported but provides redundant testing."
Expand Down

0 comments on commit 60845f7

Please sign in to comment.