sevin91580
New Contributor II

Hello!

The error OSError: No such file or directory: '/model/artifacts' usually means your PyFunc model is missing required files during deployment. Make sure you’ve logged the model correctly with all necessary artifacts, and that your custom wrapper references them properly. If using Unity Catalog, verify the model URI and version are accurate. You may need to re-log the model with explicit artifact paths using mlflow.pyfunc.log_model() to ensure everything is included.