Skip to content

Commit

Permalink
#0: Disable Mamba end-to-end perf test due to hangs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
esmalTT committed May 17, 2024
1 parent d29f733 commit baf5837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/demos/mamba/tests/test_mamba_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@

from models.perf.perf_utils import prep_perf_report
from models.perf.device_perf_utils import run_device_perf, check_device_perf, prep_device_perf_report
from models.utility_functions import profiler, enable_persistent_kernel_cache, skip_for_grayskull
from models.utility_functions import profiler, enable_persistent_kernel_cache, skip_for_grayskull, skip_for_wormhole_b0
from tt_metal.tools.profiler.process_model_log import get_samples_per_s


@skip_for_wormhole_b0("Non-deterministic hang on CI (#8606)")
@skip_for_grayskull("Requires eth connected devices to run")
@pytest.mark.models_performance_bare_metal
@pytest.mark.parametrize(
Expand Down

0 comments on commit baf5837

Please sign in to comment.