From 048d4453586d8ec179c6a47ffd1d405333e14829 Mon Sep 17 00:00:00 2001 From: Michael Melesse Date: Fri, 7 Jun 2024 10:45:02 -0500 Subject: [PATCH] run serially --- .github/workflows/amd_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/amd_tests.yml b/.github/workflows/amd_tests.yml index 073be2bc0..02ca2bf36 100644 --- a/.github/workflows/amd_tests.yml +++ b/.github/workflows/amd_tests.yml @@ -59,4 +59,4 @@ jobs: python setup.py install - name: Test run: | - pytest -n 32 tests/test_flash_attn.py::test_flash_attn_output \ No newline at end of file + pytest tests/test_flash_attn.py::test_flash_attn_output \ No newline at end of file