Skip to content

Commit

Permalink
chore(gpu): fix hardware name in multi-gpu workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesLeroy committed Jul 25, 2024
1 parent 91f05b0 commit 4944bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
python3 ./ci/benchmark_parser.py target/criterion ${{ env.RESULTS_FILENAME }} \
--database tfhe_rs \
--hardware "n3-H100x8-nvlink" \
--hardware "n3-H100x8-NVLink" \
--backend gpu \
--project-version "${{ env.COMMIT_HASH }}" \
--branch ${{ github.ref_name }} \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integer_multi_gpu_full_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
run: |
python3 ./ci/benchmark_parser.py target/criterion ${{ env.RESULTS_FILENAME }} \
--database tfhe_rs \
--hardware "n3-H100x8-nvlink" \
--hardware "n3-H100x8-NVLink" \
--backend gpu \
--project-version "${{ env.COMMIT_HASH }}" \
--branch ${{ github.ref_name }} \
Expand Down

0 comments on commit 4944bd3

Please sign in to comment.