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
#### Motivation
New users with limited exposure to gRPC or `grpcurl` can run into trouble using the inference request example provided in the quickstart example.
#### Modifications
Add information regarding where exactly to run the gRPC inference request so that the `--proto` path used in the request finds the file and works.
#### Result
Closes#67
Signed-off-by: Rafael Vasquez <[email protected]>
While running through the quick start guide, I get an error when trying to run the gRPC example under the "perform an inference test" section.
Running the command as written in the guide gives an error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the inference to be returned as documented.
Client Version: 4.5.0-202005291417-9933eb9
Server Version: 4.9.0-rc.5
Kubernetes Version: v1.22.0-rc.0+8719299
When I run the REST example, I do get the expected results for the inference.
The text was updated successfully, but these errors were encountered: