Skip to content

Commit a2dcd90

Browse files
committed
reduce model
1 parent d36369b commit a2dcd90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ jobs:
489489
strategy:
490490
matrix:
491491
dtype: [fp32]
492-
model: [cvt, deit, dit, efficientnet, focalnet, mobilevit_v1, mobilevit_v2] # eurobert requires transfomer >= 4.48.0, skip for now
492+
model: [cvt, deit, dit] # eurobert requires transfomer >= 4.48.0, skip for now
493493
fail-fast: false
494494
with:
495495
runner: linux.2xlarge
@@ -515,7 +515,7 @@ jobs:
515515
strategy:
516516
matrix:
517517
dtype: [fp32]
518-
model: [pvt, swin, albert, bert, distilbert, roberta] # eurobert requires transfomer >= 4.48.0, skip for now
518+
model: [pvt, swin] # eurobert requires transfomer >= 4.48.0, skip for now
519519
fail-fast: false
520520
with:
521521
runner: linux.2xlarge

0 commit comments

Comments
 (0)