We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22a2233 commit f8ace7dCopy full SHA for f8ace7d
.github/workflows/pull.yml
@@ -297,7 +297,7 @@ jobs:
297
strategy:
298
fail-fast: false
299
matrix:
300
- model: ["gemma3-4b", "llava"]
+ model: ["gemma3-4b"] # llava gives segfault so not covering.
301
with:
302
secrets-env: EXECUTORCH_HF_TOKEN
303
runner: linux.24xlarge
.github/workflows/trunk.yml
@@ -627,7 +627,7 @@ jobs:
627
628
629
630
- model: ["gemma3-4b", "llava"] # llava is probably too big so not covering it here.
631
632
633
runner: macos-15-xlarge
0 commit comments