File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
sharktank/tests/models/llama Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -225,9 +225,6 @@ def setUp(self):
225225 ]
226226
227227 @skipif_run_quick_llama_test
228- @pytest .mark .xfail (
229- reason = "Iree Compile Error" , strict = True , raises = IreeCompileException
230- )
231228 def testBenchmark8B_f16_TP1_Non_Decomposed_Input_Len_128 (self ):
232229 output_file_name = self .dir_path_8b / "f16_torch_128_tp1"
233230 output_mlir = self .llama8b_f16_torch_sdpa_artifacts .create_file (
@@ -273,9 +270,6 @@ def testBenchmark8B_f16_TP1_Non_Decomposed_Input_Len_128(self):
273270 )
274271
275272 @skipif_run_quick_llama_test
276- @pytest .mark .xfail (
277- reason = "Iree Compile Error" , strict = True , raises = IreeCompileException
278- )
279273 def testBenchmark8B_f16_TP1_Non_Decomposed_Input_Len_2048 (self ):
280274 output_file_name = self .dir_path_8b / "f16_torch_2048_tp1"
281275 output_mlir = self .llama8b_f16_torch_sdpa_artifacts .create_file (
You can’t perform that action at this time.
0 commit comments