Skip to content

Commit

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

pin ray dependency for neuralforecast deployment
  • Loading branch information
ryuta-yoshimatsu authored Jan 17, 2025
2 parents c904aaf + d02150e commit 60af15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mmf_sa/models/neuralforecast/NeuralForecastPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def register(self, model, registered_model_name: str, input_example, run_id):
pip_requirements=[
"cloudpickle==2.2.1",
"neuralforecast==2.0.0",
"ray[tune] == 2.5.0",
"git+https://github.com/databricks-industry-solutions/many-model-forecasting.git",
"pyspark==3.5.0",
],
Expand Down

0 comments on commit 60af15e

Please sign in to comment.