Skip to content

Commit

Permalink
Test with different instance
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbenayoun committed Dec 12, 2024
1 parent eaf92c6 commit 7aa1562
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_executorch_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10', '3.11', '3.12']
os: [ubuntu-20.04, macos-15]
os: [ubuntu-20.04-16-core, macos-15]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 0 additions & 2 deletions tests/executorch/export/test_exporters_executorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ 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 @@ -89,7 +88,6 @@ 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 7aa1562

Please sign in to comment.