Browse Source

debug

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

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

@@ -58,7 +58,7 @@ jobs:
apt-get install -y python3.10 python3-pip
python3 --version
pip install huggingface_hub
python LLama.Benchmark/prepare_models.py --model-dir ${{ matrix.modeldir }} --model-list LLama.Benchmark/Assets/models.txt --endpoint https://hf-mirror.com
python3 LLama.Benchmark/prepare_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