File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ jobs:
470470 docker-image : executorch-ubuntu-22.04-qnn-sdk
471471 submodules : ' recursive'
472472 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
473- timeout : 900
473+ timeout : 90
474474 script : |
475475 # The generic Linux job chooses to use base env, not the one setup by the image
476476 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
@@ -496,7 +496,7 @@ jobs:
496496 docker-image : executorch-ubuntu-22.04-qnn-sdk
497497 submodules : ' recursive'
498498 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
499- timeout : 900
499+ timeout : 90
500500 script : |
501501 # The generic Linux job chooses to use base env, not the one setup by the image
502502 CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]")
Original file line number Diff line number Diff line change @@ -4574,7 +4574,7 @@ def test_gMLP(self):
45744574 else :
45754575 self .assertGreaterEqual (msg ["top_1" ], 60 )
45764576 self .assertGreaterEqual (msg ["top_5" ], 85 )
4577-
4577+
45784578 def test_mobilevit_v1 (self ):
45794579 if not self .required_envs ([self .image_dataset ]):
45804580 self .skipTest ("missing required envs" )
@@ -4611,7 +4611,6 @@ def test_mobilevit_v1(self):
46114611 self .assertGreaterEqual (msg ["top_1" ], 70 )
46124612 self .assertGreaterEqual (msg ["top_5" ], 85 )
46134613
4614-
46154614 @unittest .skip ("Only outputs good accuracy in QNN 2.29" )
46164615 def test_mobilevit_v2 (self ):
46174616 if not self .required_envs ([self .image_dataset ]):
You can’t perform that action at this time.
0 commit comments