Skip to content

Commit

Permalink
Is the path correct?
Browse files Browse the repository at this point in the history
  • Loading branch information
huydhn committed Dec 18, 2024
1 parent 9835c3f commit bd3a3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_linux-benchmark-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 1440
environment: docker-s3-upload
env:
OUTPUT_DIR: '.userbenchmark'
OUTPUT_DIR: .userbenchmark
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
ONLY: ${{ inputs.only || '' }}
steps:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Upload the benchmark results to OSS benchmark database for the dashboard
uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main
with:
benchmark-results-dir: benchmark/${{ env.OUTPUT_DIR }}
benchmark-results-dir: benchmark/${{ env.OUTPUT_DIR }}/${{ inputs.userbenchmark }}
dry-run: false
schema-version: v3
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd3a3c3

Please sign in to comment.