From 1b0d149bf6d8c44fa2bcf2b080431890d31dfef4 Mon Sep 17 00:00:00 2001 From: Francisco Schulz Date: Fri, 10 Feb 2023 13:46:53 +0100 Subject: [PATCH] remove caching --- image_prediction/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_prediction/pipeline.py b/image_prediction/pipeline.py index fa53b5d..05984ed 100644 --- a/image_prediction/pipeline.py +++ b/image_prediction/pipeline.py @@ -20,7 +20,7 @@ from image_prediction.utils.generic import lift, starlift os.environ["TF_CPP_MIN_LOG_LEVEL"] = "3" -@lru_cache() +# @lru_cache() def load_pipeline(**kwargs): model_loader = get_mlflow_model_loader(MLRUNS_DIR) model_identifier = CONFIG.service.mlflow_run_id