Closed sezhiyanhari closed 1 year ago
@sezhiyanhari Thanks for the feedback, the root cause of the examples not working is that the HugeCTR Triton backend has been deprecated from the V23.08(removed from the Triton server repo), and we only keep the pre-installation of HPS backend. So if you need to try more related examples about HPS, you can refer to HPS backend example or HPS python example.
I'm trying to reproduce this inference example: https://github.com/NVIDIA-Merlin/Merlin/blob/main/examples/scaling-criteo/04-Triton-Inference-with-HugeCTR.ipynb
I noticed that this example uses the hugectr backend instead of the hps backend. I'm trying to use the hugectr backend, but the installation keeps failing. Here are my installation steps:
Since OpenSSL 3.0 [-Werror=deprecated-declarations]
and{aka 'struct rd_kafkap_str_s[1]'} [-Werror=array-bounds]
. I've tried various versions of librdkafka, but I always get these errors.Is there something wrong about my installation procedure? Should I recreate the Docker container using Ubuntu 20.04 or 18.04 (as opposed to 22.04) since this was probably the Ubuntu version for HugeCTRv4.3?
I appreciate your help!