File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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=$?
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments