deepjavalibrary / djl-serving

A universal scalable machine learning model deployment solution
Apache License 2.0
183 stars 58 forks source link

[engine] include lmi recommended entrypoint when model.py exists #2148

Closed sindhuvahinis closed 1 week ago

sindhuvahinis commented 1 week ago

Description

Existing flow: If model.py exists in the model directory, without explicitly set by the user either in serving.properties or environment variables, then we take that as the entryPoint.

This PR:

Tests: