Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit bc2b3f6

Browse files
update other workflows for lm-eval changes (#292)
* apply changes made to `remote-push` to other workflows
1 parent 9f1cc2c commit bc2b3f6

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

.github/workflows/nm-nightly.yml

+16
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
3434
benchmark_timeout: 720
3535
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
3640
secrets: inherit
3741

3842
PYTHON-3-9:
@@ -51,6 +55,10 @@ jobs:
5155
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
5256
benchmark_timeout: 720
5357
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
5462
secrets: inherit
5563

5664
PYTHON-3-10:
@@ -69,6 +77,10 @@ jobs:
6977
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
7078
benchmark_timeout: 720
7179
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
7284
secrets: inherit
7385

7486
PYTHON-3-11:
@@ -87,4 +99,8 @@ jobs:
8799
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
88100
benchmark_timeout: 720
89101
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
90106
secrets: inherit

.github/workflows/nm-release.yml

+16
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
3030
benchmark_timeout: 720
3131
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
3236
secrets: inherit
3337

3438
PYTHON-3-9:
@@ -47,6 +51,10 @@ jobs:
4751
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
4852
benchmark_timeout: 720
4953
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
5058
secrets: inherit
5159

5260
PYTHON-3-10:
@@ -65,6 +73,10 @@ jobs:
6573
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
6674
benchmark_timeout: 720
6775
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
6880
secrets: inherit
6981

7082
PYTHON-3-11:
@@ -83,4 +95,8 @@ jobs:
8395
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
8496
benchmark_timeout: 720
8597
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
86102
secrets: inherit

.github/workflows/nm-weekly.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ jobs:
3333
benchmark_config_list_file: ./.github/data/nm_benchmark_weekly_configs_list.txt
3434
benchmark_timeout: 720
3535
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
3640
secrets: inherit

0 commit comments

Comments
 (0)