File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
IOS_TEST_NAME_REGEX = re .compile (
32
32
r"test_(?P<method>forward|load|generate)_(?P<model_name>\w+)_pte.*iOS_(?P<ios_ver>\w+)_iPhone(?P<iphone_ver>\w+)"
33
33
)
34
- IOS_MODEL_NAME_REGEX = re .compile (r"(?P<model>[^_]+)_(?P<backend>[^_] +)_(?P<dtype>\w+)" )
34
+ IOS_MODEL_NAME_REGEX = re .compile (r"(?P<model>[^_]+)_(?P<backend>\w +)_(?P<dtype>\w+)" )
35
35
36
36
37
37
class ValidateArtifacts (Action ):
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ jobs:
364
364
--output-dir benchmark-results \
365
365
--repo ${{ github.repository }} \
366
366
--head-branch ${{ github.head_ref || github.ref_name }} \
367
- --workflow-name ${{ github.workflow }} \
367
+ --workflow-name " ${{ github.workflow }}" \
368
368
--workflow-run-id ${{ github.run_id }} \
369
369
--workflow-run-attempt ${{ github.run_attempt }}
370
370
done
You can’t perform that action at this time.
0 commit comments