From 2e17ae0d6ea176b0ed4dbc9516240e6cb10fca8e Mon Sep 17 00:00:00 2001 From: Peter Dudfield <34686298+peterdudfield@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:57:50 +0000 Subject: [PATCH] update s3 bucket (#70) --- forecast-inference/aws_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forecast-inference/aws_config.yaml b/forecast-inference/aws_config.yaml index fe52dc3..e016a6a 100644 --- a/forecast-inference/aws_config.yaml +++ b/forecast-inference/aws_config.yaml @@ -1,5 +1,5 @@ run_model_func: forecast_inference.models.psp.get_model -model_path: s3://pvsite-ml-models-${OCF_ENVIRONMENT}/models/model-0.3.0.pkl +model_path: s3://uk-site-forecaster-models-${OCF_ENVIRONMENT}/models/model-0.3.0.pkl nwp: cls: psp.data_sources.nwp.NwpDataSource