Skip to content

Commit

Permalink
fix(model): fix missing package in test models (#552)
Browse files Browse the repository at this point in the history
Because

- Some test models are missing required packages

This commit

- add missing packages in model config
  • Loading branch information
heiruwu committed Apr 17, 2024
1 parent 69f223a commit a28a21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/model-dummy-image-to-image/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
- torch==2.2.1
repo: instill/dummy-image-to-image
tag: test
1 change: 1 addition & 0 deletions assets/model-dummy-text-to-image/instill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ build:
gpu: false
python_version: "3.11" # support only 3.11
python_packages:
- torch==2.2.1
repo: instill/dummy-text-to-image
tag: test

0 comments on commit a28a21b

Please sign in to comment.