Browse Source

debug

pull/723/head
Rinne 2 years ago
parent
commit
db3afb6dec
No known key found for this signature in database GPG Key ID: E86D01E1809BD23E
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .github/workflows/benchmark.yml

+ 4
- 0
.github/workflows/benchmark.yml View File

@@ -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


Loading…
Cancel
Save