Skip to content

Commit f67fe7e

Browse files
committed
updated ref
1 parent a025190 commit f67fe7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,12 @@ jobs:
5858
- name: Run examples test scope
5959
run: |
6060
set +e
61-
python -m pytest -s -m "not cuda" -k "fp8" -ra tests/cross_fw/examples \
61+
python -m pytest -s -m "not cuda" -ra tests/cross_fw/examples \
6262
--junit-xml=pytest-results.xml \
6363
--durations-path=tests/cross_fw/examples/.test_durations \
6464
--splitting-algorithm=least_duration \
6565
--splits 4 \
66+
-k "fp8" \
6667
--group ${{ matrix.group }} \
6768
${{ github.event.inputs.pytest_args || '' }}
6869
ret=$?

tests/cross_fw/examples/example_scope.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
"cpu": "Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz",
282282
"accuracy_tolerance": 0.002,
283283
"accuracy_metrics": {
284-
"similarity_diff": 0.0235
284+
"similarity_diff": 0.0282
285285
}
286286
},
287287
"quantization_aware_training_tensorflow_mobilenet_v2": {

0 commit comments

Comments
 (0)