Skip to content

Commit

Permalink
test inf2 driver install on benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
namannandan committed Jan 10, 2024
1 parent ff1b858 commit e52a945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/benchmark_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Benchmark torchserve nightly

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

jobs:
nightly:
strategy:
fail-fast: false
matrix:
hardware: [cpu, gpu, 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: &ts_version "inf2-driver-install"

# 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 e52a945

Please sign in to comment.