Skip to content

Commit

Permalink
test inf2 benchmark fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Nandan committed Sep 26, 2023
1 parent d8c372d commit 4679305
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/benchmark_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: Benchmark torchserve nightly

on:
# run every day at 2:15am
schedule:
- cron: '15 02 * * *'
# schedule:
# - cron: '15 02 * * *'
push

jobs:
nightly:
strategy:
fail-fast: false
matrix:
hardware: [cpu, gpu, inf1, inf2]
hardware: [inf2]
runs-on:
- self-hosted
- ${{ matrix.hardware }}
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/benchmark_config_neuronx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# - nightly: "2022.3.16"
# - release: "0.5.3"
# Nightly build will be installed if "ts_version" is not specifiged
#ts_version:
# branch: &ts_version "master"
ts_version:
branch: "benchmark/fix_inf2_opt_benchmark"

# a list of model configure yaml files defined in benchmarks/models_config
# or a list of model configure yaml files with full path
Expand Down

0 comments on commit 4679305

Please sign in to comment.