File tree 3 files changed +3
-21
lines changed
3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 42
42
- name : cpuinfo
43
43
run : cat /proc/cpuinfo
44
44
- name : Install NNCF and test requirements
45
- run : |
46
- pip install -e .
47
- pip install -r tests/post_training/requirements.txt
45
+ run : pip install -e . -r tests/post_training/requirements.txt
48
46
- name : Print installed modules
49
47
run : pip list
50
48
- name : Run examples test scope
56
54
--splits 2 \
57
55
--group ${{ matrix.group }} \
58
56
${{ github.event.inputs.pytest_args || '' }}
57
+ ret=$?
58
+ [ $ret -eq 5 ] && [ -n "${{ github.event.inputs.pytest_args || '' }}" ] && exit 0 || exit $ret
59
59
env :
60
60
TQDM_DISABLE : 1
61
61
HOME_HF : " /home/runner/hf_home"
Original file line number Diff line number Diff line change @@ -7,17 +7,6 @@ tinyllama_data_aware_backend_OV:
7
7
num_int4 : 94
8
8
num_int8 : 124
9
9
tinyllama_data_aware_awq_stateful_backend_OV :
10
- <<<<<<< HEAD
11
- metric_value : 0.85758
12
- num_int4 : 94
13
- num_int8 : 124
14
- tinyllama_data_aware_awq_scale_estimation_backend_OV :
15
- metric_value : 0.85498
16
- num_int4 : 94
17
- num_int8 : 124
18
- tinyllama_data_aware_awq_scale_estimation_stateful_backend_OV :
19
- metric_value : 0.85498
20
- =======
21
10
metric_value : 0.85616
22
11
num_int4 : 94
23
12
num_int8 : 124
@@ -27,7 +16,6 @@ tinyllama_data_aware_awq_scale_estimation_backend_OV:
27
16
num_int8 : 124
28
17
tinyllama_data_aware_awq_scale_estimation_stateful_backend_OV :
29
18
metric_value : 0.85502
30
- >>>>>>> develop
31
19
num_int4 : 94
32
20
num_int8 : 124
33
21
tinyllama_int8_data_free_backend_TORCH :
@@ -53,16 +41,10 @@ tinyllama_NF4_scale_estimation_stateful_per_channel_backend_OV:
53
41
num_int8 : 290
54
42
metrics_xfail_reason : " Issue-148819"
55
43
tinyllama_awq_backup_mode_none_backend_OV :
56
- <<<<<<< HEAD
57
- metric_value : 0.85679
58
- num_int4 : 208
59
- num_int8 : 0
60
- =======
61
44
metric_value : 0.84783
62
45
num_int4 : 208
63
46
num_int8 : 0
64
47
tinyllama_int4_data_free_backend_TORCH :
65
48
metric_value : 0.73873
66
49
num_int4 : 114
67
50
num_int8 : 84
68
- >>>>>>> develop
File renamed without changes.
You can’t perform that action at this time.
0 commit comments