mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-15 18:48:24 +06:00
not to use A100 for benchmark.yml
(#35974)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
693328f2bc
commit
47bd4296d6
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
@ -18,7 +18,8 @@ jobs:
|
|||||||
name: Benchmark
|
name: Benchmark
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
group: [aws-g5-4xlarge-cache, aws-p4d-24xlarge-plus]
|
# group: [aws-g5-4xlarge-cache, aws-p4d-24xlarge-plus] (A100 runner is not enabled)
|
||||||
|
group: [aws-g5-4xlarge-cache]
|
||||||
runs-on:
|
runs-on:
|
||||||
group: ${{ matrix.group }}
|
group: ${{ matrix.group }}
|
||||||
if: |
|
if: |
|
||||||
|
Loading…
Reference in New Issue
Block a user