Skip to content

Commit

Permalink
only run multi-gpu for python 3.10.12 (vllm-project#284)
Browse files Browse the repository at this point in the history
SUMMARY:
* only run 4 x a10 tests for python 3.10.12

NOTE: AWS looks to be having availability issues with these instances.
i'm day to day with this repo being migrated to GCP, so in the meantime
let's reduce demand.

TEST PLAN:
n/a

Co-authored-by: andy-neuma <andy@neuralmagic.com>
  • Loading branch information
andy-neuma and andy-neuma authored Jun 6, 2024
1 parent 367c5ee commit 9e7c545
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
gitref: ${{ github.ref }}

test_label_solo: aws-test-a10g-24G
test_label_multi: aws-test-4-a10g-96G
test_label_multi: ignore
test_timeout: 480
test_skip_list: neuralmagic/tests/skip-for-nightly.txt

Expand All @@ -43,7 +43,7 @@ jobs:
gitref: ${{ github.ref }}

test_label_solo: aws-test-a10g-24G
test_label_multi: aws-test-4-a10g-96G
test_label_multi: ignore
test_timeout: 480
test_skip_list: neuralmagic/tests/skip-for-nightly.txt

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
gitref: ${{ github.ref }}

test_label_solo: aws-test-a10g-24G
test_label_multi: aws-test-4-a10g-96G
test_label_multi: ignore
test_timeout: 480
test_skip_list: neuralmagic/tests/skip-for-nightly.txt

Expand Down

0 comments on commit 9e7c545

Please sign in to comment.