Skip to content

Commit

Permalink
refactor(model): adopt latest sdk for building test images
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Jul 2, 2024
1 parent 0189dd8 commit bf5e82f
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:

- name: Build test models
working-directory: ./assets/model-${{ matrix.model }}
run: instill-build -t latest
run: instill build instill/${{ matrix.model }}

- name: Push test models
working-directory: ./assets/model-${{ matrix.model }}
run: instill-push -t latest -u docker.io
run: instill push instill/${{ matrix.model }} -u docker.io
1 change: 0 additions & 1 deletion assets/model-dummy-cls/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-cls
1 change: 0 additions & 1 deletion assets/model-dummy-det/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-det
1 change: 0 additions & 1 deletion assets/model-dummy-image-to-image/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-image-to-image
1 change: 0 additions & 1 deletion assets/model-dummy-instance-segmentation/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-instance-segmentation
1 change: 0 additions & 1 deletion assets/model-dummy-keypoint/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-keypoint
1 change: 0 additions & 1 deletion assets/model-dummy-semantic-segmentation/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-semantic-segmentation
1 change: 0 additions & 1 deletion assets/model-dummy-text-generation-chat/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-text-generation-chat
1 change: 0 additions & 1 deletion assets/model-dummy-text-generation/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-text-generation
1 change: 0 additions & 1 deletion assets/model-dummy-text-to-image/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-text-to-image
1 change: 0 additions & 1 deletion assets/model-dummy-visual-question-answering/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
repo: instill/dummy-visual-question-answering

0 comments on commit bf5e82f

Please sign in to comment.