You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: deploy torchserve using v1 protocol instead of v2 protocol
Although pytorch supports KServe v2 protocol, its implementation doesn't fully adhere to the v2 protocol and models that output more than one array cause the KServeEvelope to crash. More at: pytorch/serve#3405
0 commit comments