Skip to content

Commit

Permalink
Merge pull request #79 from databricks-industry-solutions/update-glob…
Browse files Browse the repository at this point in the history
…al-model-logging

neuralforecast-upgrade
  • Loading branch information
ryuta-yoshimatsu authored Jan 17, 2025
2 parents 8b60176 + 2e8e157 commit 7cb014a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mmf_sa/models/neuralforecast/NeuralForecastPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def register(self, model, registered_model_name: str, input_example, run_id):
signature=signature,
pip_requirements=[
"cloudpickle==2.2.1",
"neuralforecast==1.7.2",
"neuralforecast==2.0.0",
"git+https://github.com/databricks-industry-solutions/many-model-forecasting.git",
"pyspark==3.5.0",
],
Expand Down
2 changes: 1 addition & 1 deletion requirements-global.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r requirements.txt
neuralforecast==1.7.2
neuralforecast==2.0.0
timesfm[torch]
chronos-forecasting
uni2ts

0 comments on commit 7cb014a

Please sign in to comment.