Skip to content

Commit

Permalink
Fix FVT runtime count issue (#285)
Browse files Browse the repository at this point in the history
Fix FVT runtime count issue by making torchserve as cluster serving
runtime as default, similar to other out-of-the-box runtimes

Signed-off-by: Chin Huang <[email protected]>
  • Loading branch information
chinhuang007 authored Dec 8, 2022
1 parent 1bb590d commit 0af760d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtimes/torchserve-0.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: serving.kserve.io/v1alpha1
kind: ServingRuntime
kind: ClusterServingRuntime
metadata:
name: torchserve-0.x
labels:
Expand Down

0 comments on commit 0af760d

Please sign in to comment.