dont call gc collect on remove

This commit is contained in:
Eugen Ajechiloae 2024-08-15 16:25:59 +03:00
parent fd8b7604a9
commit df098f7749

View File

@ -388,8 +388,6 @@ class ModelRequestProcessor(object):
return False
self._endpoints.pop(endpoint_url, None)
self._remove_registered_input_model(endpoint_url)
self._engine_processor_lookup.pop(endpoint_url, None)
gc.collect()
return True
def add_canary_endpoint(