File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 63
63
uses : actions/upload-artifact@v4
64
64
if : ${{ !cancelled() }}
65
65
with :
66
- name : pytest-results-${{ matrix.group }}
67
- path : pytest-results-${{ matrix.group }}.xml
68
66
overwrite : True
67
+ name : pytest-results-${{ matrix.group }}
68
+ path : |
69
+ pytest-results-${{ matrix.group }}.xml
70
+ tmp/results.csv
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ 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
- metric_value : 0.85571
10
+ metric_value : 0.85758
11
11
num_int4 : 94
12
12
num_int8 : 124
13
13
tinyllama_data_aware_awq_scale_estimation_backend_OV :
14
- metric_value : 0.86355
14
+ metric_value : 0.85498
15
15
num_int4 : 94
16
16
num_int8 : 124
17
17
tinyllama_data_aware_awq_scale_estimation_stateful_backend_OV :
18
- metric_value : 0.86355
18
+ metric_value : 0.85498
19
19
num_int4 : 94
20
20
num_int8 : 124
21
21
tinyllama_int8_data_free_backend_TORCH :
@@ -28,7 +28,7 @@ tinyllama_data_aware_gptq_backend_OV:
28
28
num_int8 : 124
29
29
metrics_xfail_reason : " Issue-148819"
30
30
tinyllama_scale_estimation_per_channel_backend_OV :
31
- metric_value : 0.80853
31
+ metric_value : 0.81389
32
32
num_int4 : 188
33
33
num_int8 : 124
34
34
tinyllama_data_aware_lora_stateful_backend_OV :
@@ -41,6 +41,6 @@ tinyllama_NF4_scale_estimation_stateful_per_channel_backend_OV:
41
41
num_int8 : 290
42
42
metrics_xfail_reason : " Issue-148819"
43
43
tinyllama_awq_backup_mode_none_backend_OV :
44
- metric_value : 0.84793
44
+ metric_value : 0.85679
45
45
num_int4 : 208
46
- num_int8 : 0
46
+ num_int8 : 0
You can’t perform that action at this time.
0 commit comments