Browse Source

debug

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

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

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