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

only run multi-gpu for python 3.10.12 #284

Merged
merged 1 commit into from
Jun 6, 2024
Merged
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
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
Loading