Browse Source

debug

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

+ 1
- 9
.github/workflows/benchmark.yml View File

@@ -87,19 +87,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: |
8.0.x

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

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

- name: Clear package cache
run: dotnet clean LLamaSharp.sln && dotnet nuget locals all --clear


Loading…
Cancel
Save