Skip to content

Commit

Permalink
llm-perf
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed May 12, 2024
1 parent 4d6b01b commit b42d2d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update_llm_perf_cuda_pytorch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}

env:
IMAGE: ghcr.io/huggingface/optimum-benchmark:latest-cuda

jobs:
build_image_and_run_benchmarks:
strategy:
Expand All @@ -26,11 +29,12 @@ jobs:
- name: Run benchmarks
uses: addnab/docker-run-action@v3
env:
IMAGE: ${{ env.IMAGE }}
SUBSET: ${{ matrix.subset }}
MACHINE: ${{ matrix.machine.name }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
with:
image: ghcr.io/huggingface/optimum-benchmark:latest-cuda
image: ${{ env.IMAGE }}
options: |
--rm
--gpus all
Expand Down

0 comments on commit b42d2d9

Please sign in to comment.