This repository was archived by the owner on Oct 11, 2024. It is now read-only.
Commit bc2b3f6 1 parent 9f1cc2c commit bc2b3f6 Copy full SHA for bc2b3f6
File tree 3 files changed +36
-0
lines changed
3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 33
33
benchmark_config_list_file : ./.github/data/nm_benchmark_remote_push_configs_list.txt
34
34
benchmark_timeout : 720
35
35
push_benchmark_results_to_gh_pages : " ${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"
36
+
37
+ lm_eval_label : gcp-k8s-l4-solo
38
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
39
+ lm_eval_timeout : 60
36
40
secrets : inherit
37
41
38
42
PYTHON-3-9 :
51
55
benchmark_config_list_file : ./.github/data/nm_benchmark_remote_push_configs_list.txt
52
56
benchmark_timeout : 720
53
57
push_benchmark_results_to_gh_pages : " ${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"
58
+
59
+ lm_eval_label : gcp-k8s-l4-solo
60
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
61
+ lm_eval_timeout : 60
54
62
secrets : inherit
55
63
56
64
PYTHON-3-10 :
69
77
benchmark_config_list_file : ./.github/data/nm_benchmark_remote_push_configs_list.txt
70
78
benchmark_timeout : 720
71
79
push_benchmark_results_to_gh_pages : " ${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"
80
+
81
+ lm_eval_label : gcp-k8s-l4-solo
82
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
83
+ lm_eval_timeout : 60
72
84
secrets : inherit
73
85
74
86
PYTHON-3-11 :
87
99
benchmark_config_list_file : ./.github/data/nm_benchmark_remote_push_configs_list.txt
88
100
benchmark_timeout : 720
89
101
push_benchmark_results_to_gh_pages : " ${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"
102
+
103
+ lm_eval_label : gcp-k8s-l4-solo
104
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
105
+ lm_eval_timeout : 60
90
106
secrets : inherit
Original file line number Diff line number Diff line change 29
29
benchmark_config_list_file : ./.github/data/nm_benchmark_nightly_configs_list.txt
30
30
benchmark_timeout : 720
31
31
push_benchmark_results_to_gh_pages : ${{ inputs.push_benchmark_results_to_gh_pages }}
32
+
33
+ lm_eval_label : gcp-k8s-l4-solo
34
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
35
+ lm_eval_timeout : 60
32
36
secrets : inherit
33
37
34
38
PYTHON-3-9 :
47
51
benchmark_config_list_file : ./.github/data/nm_benchmark_nightly_configs_list.txt
48
52
benchmark_timeout : 720
49
53
push_benchmark_results_to_gh_pages : ${{ inputs.push_benchmark_results_to_gh_pages }}
54
+
55
+ lm_eval_label : gcp-k8s-l4-solo
56
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
57
+ lm_eval_timeout : 60
50
58
secrets : inherit
51
59
52
60
PYTHON-3-10 :
65
73
benchmark_config_list_file : ./.github/data/nm_benchmark_nightly_configs_list.txt
66
74
benchmark_timeout : 720
67
75
push_benchmark_results_to_gh_pages : ${{ inputs.push_benchmark_results_to_gh_pages }}
76
+
77
+ lm_eval_label : gcp-k8s-l4-solo
78
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
79
+ lm_eval_timeout : 60
68
80
secrets : inherit
69
81
70
82
PYTHON-3-11 :
83
95
benchmark_config_list_file : ./.github/data/nm_benchmark_nightly_configs_list.txt
84
96
benchmark_timeout : 720
85
97
push_benchmark_results_to_gh_pages : ${{ inputs.push_benchmark_results_to_gh_pages }}
98
+
99
+ lm_eval_label : gcp-k8s-l4-solo
100
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
101
+ lm_eval_timeout : 60
86
102
secrets : inherit
Original file line number Diff line number Diff line change 33
33
benchmark_config_list_file : ./.github/data/nm_benchmark_weekly_configs_list.txt
34
34
benchmark_timeout : 720
35
35
push_benchmark_results_to_gh_pages : " ${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"
36
+
37
+ lm_eval_label : gcp-k8s-l4-solo
38
+ lm_eval_configuration : ./neuralmagic/lm-eval/weekly.yaml
39
+ lm_eval_timeout : 60
36
40
secrets : inherit
You can’t perform that action at this time.
0 commit comments