From b771e1486e8cf37e1055f2b5346c8cfa3a4f5d6f Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 5 Jul 2024 09:27:20 +0100 Subject: [PATCH] Update Hugging Face model download command in release and test workflows --- .github/workflows/release.yml | 4 ++-- .github/workflows/test-release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1dd60e548..d1f032b2b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1031,8 +1031,8 @@ jobs: with: node-version: 18.3.0 - # - name: Download the Model from Hugging Face - # run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct + - name: Download the Model from Hugging Face + run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct - name: Set up QEMU uses: docker/setup-qemu-action@v2 diff --git a/.github/workflows/test-release.yaml b/.github/workflows/test-release.yaml index 75472a60a8..197c13ef07 100644 --- a/.github/workflows/test-release.yaml +++ b/.github/workflows/test-release.yaml @@ -60,8 +60,8 @@ jobs: with: node-version: 18.3.0 - # - name: Download the Model from Hugging Face - # run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct + - name: Download the Model from Hugging Face + run: mkdir -p ./LLM/Models && cd ./LLM/Models && git clone https://${{ secrets.HUGGING_FACE_USERNAME }}:${{ secrets.HUGGING_FACE_PASSWORD }}@huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct - name: Set up QEMU uses: docker/setup-qemu-action@v2