Replies: 1 comment 4 replies
-
Hi @ramkrishs could you share your HTTP client side code? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Everyone,
We are trying to use BentoML for our model inferencing while doing so when we send compressed JSON request, decompression fails in
decompress_gzip_request
method. When I debug further when the request body reaches the decompress method the binary wasn't a gzipped file anymore (it was transformed some step before). Due to that decompression fails with error msg "not a gzipped binary"we are using before the function to parse JsonInput
@bentoml.api( input=JsonInput(), output=JsonOutput(), route='score' )
Can someone help me with debugging this issue. ? What is the right way to input the deserialization method should I pass in?
Beta Was this translation helpful? Give feedback.
All reactions