Skip to content

Commit

Permalink
Update pyfunc server and batch predictor default version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlycoconuts committed Nov 18, 2024
1 parent eefea9e commit 2196d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/sdk/merlin/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,9 +1005,9 @@ def log_pyfunc_model(
"log_pyfunc_model is only for PyFunc, PyFuncV2 and PyFuncV3 model"
)

merlin_requirements = ["merlin-pyfunc-server<0.42.0"]
merlin_requirements = ["merlin-pyfunc-server<0.46.0"]
if self._model.type == ModelType.PYFUNC_V2:
merlin_requirements = ["merlin-batch-predictor<0.42.0"]
merlin_requirements = ["merlin-batch-predictor<0.46.0"]

# add/replace python version in conda to match that used to create model version
conda_env = process_conda_env(
Expand Down

0 comments on commit 2196d29

Please sign in to comment.