client
client copied to clipboard
fix: Add missing import to aio support
Fix NameError. Add missing import to aio support
File "python-3.11.4/lib/python3.11/site-packages/tritonclient/http/aio/__init__.py", line 725, in infer
request_body = gzip.compress(request_body)
^^^^
NameError: name 'gzip' is not defined
thanks for the contribution! we've merged another PR that should fix this.