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

switch to GCP based build VM #201

Merged
merged 1 commit into from
Apr 23, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
BUILD:
uses: ./.github/workflows/build.yml
with:
build_label: aws-avx512-192G-4-T4-64G
build_label: ${{ inputs.build_label }}
timeout: ${{ inputs.timeout }}
gitref: ${{ inputs.gitref }}
Gi_per_thread: ${{ inputs.Gi_per_thread }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/remote-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
python: [3.10.12]
uses: ./.github/workflows/build-test.yml
with:
build_label: aws-avx512-192G-4-T4-64G
timeout: 360
build_label: gcp-build-static
timeout: 240
gitref: '${{ github.ref }}'
Gi_per_thread: 4
nvcc_threads: 8
Gi_per_thread: 1
nvcc_threads: 4
python: ${{ matrix.python }}
test_skip_list: neuralmagic/tests/skip-for-remote-push.txt
secrets: inherit
Expand All @@ -35,8 +35,8 @@ jobs:
benchmark_config_list_file: ./.github/data/nm_benchmark_remote_push_configs_list.txt
timeout: 180
gitref: '${{ github.ref }}'
Gi_per_thread: 12
nvcc_threads: 1
python: "3.10.12"
Gi_per_thread: 1
nvcc_threads: 4
python: 3.10.12
push_benchmark_results_to_gh_pages: "false"
secrets: inherit
Loading