Browse Source

debug

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

+ 3
- 5
.github/workflows/benchmark.yml View File

@@ -88,16 +88,14 @@ jobs:
steps:
- uses: actions/checkout@v4

# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Prepare models
shell: pwsh
run: |
whoami
conda --version
conda activate base
python --version
pip install huggingface_hub
python .github/download_models.py --model-dir ${{ matrix.modeldir }} --model-list LLama.Benchmark/Assets/models.txt --endpoint https://hf-mirror.com


Loading…
Cancel
Save