From db3afb6deca4fedabdbf1a20b9461f6aaff3ba35 Mon Sep 17 00:00:00 2001 From: Rinne Date: Thu, 9 May 2024 00:23:51 +0800 Subject: [PATCH] debug --- .github/workflows/benchmark.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index c1b2e11a..285562be 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -88,6 +88,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: '3.10' + - name: Prepare models run: | pip install huggingface_hub