Skip to content

Commit

Permalink
udpate testt
Browse files Browse the repository at this point in the history
  • Loading branch information
mht-sharma committed Aug 28, 2023
1 parent 5f63759 commit 6efa5d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/onnxruntime/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -3231,7 +3231,8 @@ def test_compare_to_transformers(self, test_name: str, model_arch: str, use_cach
@parameterized.expand(grid_parameters(FULL_GRID))
def test_pipeline_text_generation(self, test_name: str, model_arch: str, use_cache: bool, use_merged: bool):
if model_arch == "encoder-decoder" and use_cache is True:
return
self.skipTest("encoder-decoder model type with use_cache=True is not supported")

if use_cache is False and use_merged is True:
self.skipTest("use_cache=False, use_merged=True are uncompatible")

Expand Down

0 comments on commit 6efa5d2

Please sign in to comment.