From af177d0569b9b4e16e084a531c389aa22b43e44e Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Thu, 19 Sep 2024 16:29:08 +0100 Subject: [PATCH] Remove arm64 platform support and clean up commented-out steps in release workflow --- .github/workflows/release.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 899107eafe..73272ec060 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1130,7 +1130,7 @@ jobs: with: file: ./LLM/Dockerfile context: ./LLM - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -1165,13 +1165,6 @@ jobs: with: node-version: 18.3.0 - # - name: Setup Git LFS - # run: git lfs install - - # # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted - # - 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 @@ -1239,13 +1232,6 @@ jobs: with: node-version: 18.3.0 - # - name: Setup Git LFS - # run: git lfs install - - # # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted - # - 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 @@ -1313,13 +1299,6 @@ jobs: with: node-version: 18.3.0 - # - name: Setup Git LFS - # run: git lfs install - - # # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted - # - 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 @@ -1388,13 +1367,6 @@ jobs: with: node-version: 18.3.0 - # - name: Setup Git LFS - # run: git lfs install - - # # Cannot do this, no space on the gitHub standard runner. We need to use the large runner which is selfhosted - # - 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