Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2025 02:54 AM
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.