Open nyanmn opened 1 year ago
Hi @nyanmn, it seems like you are running perf analyzer in the SDK container. Could you check if the Triton server container exposes the port (i.e. adding -p8000:8000
in the Docker run command), and if the client/sdk container uses the host network (i.e. adding --net=host
in the Docker run command).
Description I have the following error when the command
perf_analyzer -m densenet_onnx --concurrency-range 1:4
is launched.error: failed to get model metadata: failed to parse the request JSON buffer: Invalid value. at 1
Triton Information The following dockers are used.
Are you using the Triton container or did you build it yourself? Container
I can launch Triton server container successfully.
Launched client container and tested the command
curl -v 0.0.0.0:8000/v2/health/ready
But the error isHTTP/1.1 404 Not Found
What is wrong with my test. perf_analyzer output is