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 Aug 1, 2024
1 parent cac022e commit 517ed07
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 @@ -22,7 +22,7 @@ jobs:
matrix:
subset: [unquantized, bnb, awq, gptq]
# { name: 1xA10, runs-on: [aws-g5-4xlarge-plus] },
machine: [{ name: 1xT4, runs-on: [aws-g4dn-2xlarge] }]
machine: [{ name: 1xT4, runs-on: aws-g4dn-2xlarge }]

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

Expand Down

0 comments on commit 517ed07

Please sign in to comment.