Skip to content

Commit

Permalink
chore: Update TorchServe to 0.7.1 (kserve#361)
Browse files Browse the repository at this point in the history
Update TorchServe image version in the default serving runtime from 0.6.0 to 0.7.1

Closes kserve#360

Signed-off-by: Rafael Vasquez <[email protected]>
Signed-off-by: Luis Delossantos <[email protected]>
  • Loading branch information
rafvasq authored and lgdeloss committed Jun 5, 2023
1 parent e4a0e24 commit d26ca20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fvt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
docker pull nvcr.io/nvidia/tritonserver:21.06.1-py3
docker pull seldonio/mlserver:0.5.2
docker pull openvino/model_server:2022.2
# docker pull pytorch/torchserve:0.6.0-cpu
# docker pull pytorch/torchserve:0.7.1-cpu
docker pull kserve/modelmesh-runtime-adapter
docker pull kserve/rest-proxy
docker pull kserve/modelmesh
Expand Down
2 changes: 1 addition & 1 deletion config/runtimes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ images:

- name: torchserve-0
newName: pytorch/torchserve
newTag: 0.6.0-cpu
newTag: 0.7.1-cpu

transformers:
- ../default/metadataLabelTransformer.yaml

0 comments on commit d26ca20

Please sign in to comment.