| @@ -88,16 +88,14 @@ jobs: | |||||
| steps: | steps: | ||||
| - uses: actions/checkout@v4 | - 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 | - name: Prepare models | ||||
| shell: pwsh | shell: pwsh | ||||
| run: | | run: | | ||||
| whoami | whoami | ||||
| conda --version | |||||
| conda activate base | |||||
| python --version | python --version | ||||
| pip install huggingface_hub | 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 | python .github/download_models.py --model-dir ${{ matrix.modeldir }} --model-list LLama.Benchmark/Assets/models.txt --endpoint https://hf-mirror.com | ||||