Skip to content

Commit

Permalink
fixing upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
udaij12 committed Sep 13, 2024
1 parent 15952d0 commit c2703f1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/benchmark_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Benchmark torchserve nightly

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

jobs:
nightly:
Expand Down Expand Up @@ -55,7 +58,7 @@ jobs:
NEURON_RT_NUM_CORES: 1
run: python benchmarks/auto_benchmark.py --input benchmarks/benchmark_config_neuronx.yaml --skip false
- name: Save benchmark artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nightly ${{ matrix.hardware }} artifact
path: /tmp/ts_benchmark
Expand Down

0 comments on commit c2703f1

Please sign in to comment.