tvalentyn commented on PR #36369: URL: https://github.com/apache/beam/pull/36369#issuecomment-3378512332
there are also test and [lint errors](https://github.com/apache/beam/actions/runs/18252152853/job/51968114076?pr=36369) related to this PR (can be seen in test logs), for example: ``` ___________ TritonModelHandlerTest.test_handler_custom_tensor_names ____________ [gw2] linux -- Python 3.13.3 /runner/_work/beam/beam/sdks/python/test-suites/tox/py313/build/srcs/sdks/python/target/.tox-py313-ml/py313-ml/bin/python self = <apache_beam.ml.inference.triton_inference_test.TritonModelHandlerTest testMethod=test_handler_custom_tensor_names> ... apache_beam/ml/inference/TritonModelHandler.py:86: ImportError ---------------------------- Captured stdout setup ----------------------------- Warning: 155 active threads detected before test ______________ TritonModelHandlerTest.test_handler_initialization ______________ ... "Install it with: pip install tritonserver") E ImportError: tritonserver is not installed. Install it with: pip install tritonserver ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
