Skip to content

Commit

Permalink
Update testBenchmark405B_f16_TP8_Non_Decomposed to Benchmarking Error
Browse files Browse the repository at this point in the history
Signed-off-by: aviator19941 <[email protected]>
  • Loading branch information
aviator19941 committed Nov 21, 2024
1 parent b23643e commit 24a03c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sharktank/tests/models/llama/benchmark_amdgpu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,9 @@ def testBenchmark405B_f16_TP8_Decomposed(self):
cwd=self.repo_root,
)

@pytest.mark.xfail(reason="Compile Error", strict=True, raises=IreeCompileException)
@pytest.mark.xfail(
reason="Benchmarking Error", strict=True, raises=IreeBenchmarkException
)
def testBenchmark405B_f16_TP8_Non_Decomposed(self):
output_file_name = self.dir_path_405b / "f16_torch"
output_mlir = self.llama405b_f16_torch_sdpa_artifacts.create_file(
Expand Down

0 comments on commit 24a03c1

Please sign in to comment.