aws / amazon-sagemaker-examples

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
https://sagemaker-examples.readthedocs.io
Apache License 2.0
9.79k stars 6.67k forks source link

[Bug Report] Example notebook has incorrectly formatted serving.properties #4595

Open juscou opened 3 months ago

juscou commented 3 months ago

Link to the notebook Add the link to the notebook.

Describe the bug The example serving.properties written by this notebook is using spaces before and after the equals sign, which makes DJL ignore those values. E.g. key = value (incorrect) vs. key=value (correct).

To reproduce N/A, see above

Logs N/A, see above.