Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure request body is always returned as bytes (#372)
This updates _get_inference_request to always return the request body as bytes, as per the InferenceServerClient .generate_request_body docstring.
- Loading branch information