andreapairon

Results 6 comments of andreapairon

Thank you. In the meantime...can you tell me how to activate the serving runtimes autoscaling? :D

@ckadner --- yeah, I'll do. @Jooho --- But to enable HPA, is it necessary the KNative installation as well? Or the standalone installation of KServe ModelMesh Serving is enough?

Maybe the trick could be: the `while True` in the `TaskRunner` class could be replaced by `while self.worker.paused() == False`. In that way every process would exit from the loop...

@GolanLevy thank you. How can I change the default value by setting the env var MM_SCALEUP_RPM_THRESHOLD on the runtime-adapter through the available YAML files in the repo?