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

Commit

Permalink
only nightly benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Sundar Rabindranath committed Mar 14, 2024
1 parent b0d3d14 commit d75f1bb
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ on:

jobs:

NIGHTLY-MULTI:
uses: ./.github/workflows/build-test.yml
with:
label: aws-avx2-192G-4-a10g-96G
timeout: 240
gitref: ${{ github.ref }}
Gi_per_thread: 4
python: 3.10.12
test_skip_list:
secrets: inherit

NIGHTLY-SOLO:
uses: ./.github/workflows/build-test.yml
with:
label: aws-avx2-32G-a10g-24G
timeout: 300
gitref: ${{ github.ref }}
Gi_per_thread: 12
python: 3.11.4
test_skip_list:
secrets: inherit
# NIGHTLY-MULTI:
# uses: ./.github/workflows/build-test.yml
# with:
# label: aws-avx2-192G-4-a10g-96G
# timeout: 240
# gitref: ${{ github.ref }}
# Gi_per_thread: 4
# python: 3.10.12
# test_skip_list:
# secrets: inherit
#
# NIGHTLY-SOLO:
# uses: ./.github/workflows/build-test.yml
# with:
# label: aws-avx2-32G-a10g-24G
# timeout: 300
# gitref: ${{ github.ref }}
# Gi_per_thread: 12
# python: 3.11.4
# test_skip_list:
# secrets: inherit

# multi-gpu
AWS-AVX2-192G-4-A10G-96G:
Expand All @@ -55,13 +55,13 @@ jobs:
python: "3.10.12"
secrets: inherit

# single gpu
AWS-AVX2-32G-A10G-24G-Accuracy:
uses: ./.github/workflows/nm-lm-eval-accuracy.yml
with:
label: aws-avx2-32G-a10g-24G
timeout: 60
gitref: '${{ github.ref }}'
Gi_per_thread: 12
python: "3.10.12"
secrets: inherit
# # single gpu
# AWS-AVX2-32G-A10G-24G-Accuracy:
# uses: ./.github/workflows/nm-lm-eval-accuracy.yml
# with:
# label: aws-avx2-32G-a10g-24G
# timeout: 60
# gitref: '${{ github.ref }}'
# Gi_per_thread: 12
# python: "3.10.12"
# secrets: inherit

0 comments on commit d75f1bb

Please sign in to comment.