Skip to content

Commit

Permalink
Remove arm64 platform support and clean up commented-out steps in rel…
Browse files Browse the repository at this point in the history
…ease workflow
  • Loading branch information
simlarsen committed Sep 19, 2024
1 parent cd64280 commit af177d0
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit af177d0

Please sign in to comment.