From 83cfcbc4628b3ca95c32603e031c28f944153521 Mon Sep 17 00:00:00 2001 From: "ryuta.yoshimatsu@databricks.com" Date: Wed, 5 Jun 2024 07:14:22 +0000 Subject: [PATCH] Added foundation model example notebooks --- examples/foundation-model-examples/timesfm-example.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/foundation-model-examples/timesfm-example.py b/examples/foundation-model-examples/timesfm-example.py index d0b70c8..7c7e256 100644 --- a/examples/foundation-model-examples/timesfm-example.py +++ b/examples/foundation-model-examples/timesfm-example.py @@ -159,7 +159,6 @@ def __setstate__(self, state): input_example=df, pip_requirements=[ "jax[cuda12]==0.4.26", - "protobuf==3.20.*", "utilsforecast==0.1.10", "git+https://github.com/google-research/timesfm.git", ], @@ -375,4 +374,4 @@ def forecast(input_data, url=endpoint_url, databricks_token=token): # COMMAND ---------- -func_delete_model_serving_endpoint(model_serving_endpoint_name) +#func_delete_model_serving_endpoint(model_serving_endpoint_name)