Skip to content

GPU benchmarks

GPU benchmarks #4

Workflow file for this run

name: GPU benchmarks
on:
push:
jobs:
macos:
name: "HuggingFace's Optimum-Benchmark"
runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64-gpu:22.04
steps:
- uses: actions/setup-python@v5
- run: |
git clone https://github.com/huggingface/optimum-benchmark.git
cd optimum-benchmark
pip install -e .
optimum-benchmark --config-dir examples/ --config-name pytorch_bert