Skip to content

Commit

Permalink
Use model v2
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok committed Oct 12, 2023
1 parent ffe7a01 commit 6c40aea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Download model files for model v2
run: |
gsutil cp -r gs://knative-ai-demo/kserve-models/knative_01/0001 ./services/inference-service/v2/model
gsutil cp -r gs://knative-ai-demo/kserve-models/knative_02/0001 ./services/inference-service/v2/model
ls -la ./services/inference-service/v2/model
- name: Build ai-demo-inference-service v2
id: build-ai-demo-inference-service
Expand Down
Empty file.

0 comments on commit 6c40aea

Please sign in to comment.