|
|
@@ -88,9 +88,13 @@ jobs: |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
|
|
|
- uses: actions/setup-python@v5 |
|
|
|
|
|
with: |
|
|
|
|
|
python-version: '3.10' |
|
|
|
|
|
|
|
|
- name: Prepare models |
|
|
- name: Prepare models |
|
|
run: | |
|
|
run: | |
|
|
conda activate |
|
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|