Skip to content

Commit

Permalink
Test if it OOMs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Dec 12, 2024
1 parent dec0587 commit 32d7d79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/executorch/export/test_exporters_executorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def test_qwen2_5_export_to_executorch(self):

@slow
@pytest.mark.run_slow
@pytest.mark.skip
def test_gemma2_export_to_executorch(self):
model_id = "unsloth/gemma-2-2b-it"
task = "text-generation"
Expand All @@ -88,6 +89,7 @@ def test_gemma2_export_to_executorch(self):

@slow
@pytest.mark.run_slow
@pytest.mark.skip
def test_gemma_export_to_executorch(self):
model_id = "weqweasdas/RM-Gemma-2B"
task = "text-generation"
Expand Down

0 comments on commit 32d7d79

Please sign in to comment.