Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-popescu-reef committed Sep 16, 2024
1 parent 94c7cca commit 0fa9b12
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_push_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: "CD: build & push image"

on:
push:
branches: [build-push-llama-image]
# branches: [build-push-phi-image]
# branches: [build-push-llama-image]
branches: [build-push-phi-image]
workflow_dispatch:

env:
PYTHON_DEFAULT_VERSION: "3.12"
TAG_VERSION: "v0-latest"
DOCKER_REPO_NAME: "backenddevelopersltd/compute-horde-prompt-gen"
DOCKER_REPO_NAME: "backenddevelopersltd/compute-horde-prompt-gen-phi"

jobs:
deploy:
Expand Down Expand Up @@ -39,8 +39,8 @@ jobs:
cd src/compute_horde_prompt_gen
python download_model.py --model_name llama3 --huggingface_token "${{ secrets.HUGGINGFACE_API_KEY }}"
# python download_model.py --model_name phi3 --huggingface_token "${{ secrets.HUGGINGFACE_API_KEY }}"
# python download_model.py --model_name llama3 --huggingface_token "${{ secrets.HUGGINGFACE_API_KEY }}"
python download_model.py --model_name phi3 --huggingface_token "${{ secrets.HUGGINGFACE_API_KEY }}"
docker build -t $IMAGE_NAME .
Expand Down

0 comments on commit 0fa9b12

Please sign in to comment.