From ddbcc2b74ef03d0624551446309ac752cfc2bda0 Mon Sep 17 00:00:00 2001 From: Rinne Date: Thu, 9 May 2024 01:16:47 +0800 Subject: [PATCH] debug --- .github/workflows/benchmark.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 86a4efab..e6e83f55 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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