Skip to content

Commit

Permalink
GPU benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Aug 21, 2024
0 parents commit a421674
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gpu-benchmark.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: GPU benchmarks

on:
push:

jobs:
macos:
name: "HuggingFace's Optimum-Benchmark"
runs-on: ghcr.io/cirruslabs/macos-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

0 comments on commit a421674

Please sign in to comment.