Skip to content

Commit

Permalink
add t4 to leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
baptistecolle committed Jul 31, 2024
1 parent 65fa416 commit 12d4522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_llm_perf_cuda_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
subset: [unquantized, bnb, awq, gptq]
machine: [{ name: 1xA10, runs-on: [single-gpu, nvidia-gpu, a10, ci] }]
machine: [{ name: 1xA10, runs-on: [single-gpu, nvidia-gpu, a10, ci] }, { name: 1xT4, runs-on: [single-gpu, nvidia-gpu, t4, ci] }]

runs-on: ${{ matrix.machine.runs-on }}

Expand Down

0 comments on commit 12d4522

Please sign in to comment.