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

update other workflows for lm-eval changes #292

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/nm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: "${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit

PYTHON-3-9:
Expand All @@ -51,6 +55,10 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: "${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit

PYTHON-3-10:
Expand All @@ -69,6 +77,10 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: "${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit

PYTHON-3-11:
Expand All @@ -87,4 +99,8 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: "${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit
16 changes: 16 additions & 0 deletions .github/workflows/nm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit

PYTHON-3-9:
Expand All @@ -47,6 +51,10 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit

PYTHON-3-10:
Expand All @@ -65,6 +73,10 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit

PYTHON-3-11:
Expand All @@ -83,4 +95,8 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_nightly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: ${{ inputs.push_benchmark_results_to_gh_pages }}

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit
4 changes: 4 additions & 0 deletions .github/workflows/nm-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,8 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_weekly_configs_list.txt
benchmark_timeout: 720
push_benchmark_results_to_gh_pages: "${{ github.event_name == 'schedule' || inputs.push_benchmark_results_to_gh_pages }}"

lm_eval_label: gcp-k8s-l4-solo
lm_eval_configuration: ./neuralmagic/lm-eval/weekly.yaml
lm_eval_timeout: 60
secrets: inherit
Loading