Commit 8a737ca
Deprecate model deployer in docs (#4076)
* Add deprecation notice to Model Deployer docs
Add a prominent deprecation notice to the Model Deployer documentation
explaining that it has been deprecated in favor of the more flexible
Deployer component and Pipeline Deployments feature.
The notice explains:
- Why Model Deployer is deprecated (focused on single-model serving
vs. modern multi-step pipeline needs)
- Benefits of the new Pipeline Deployment approach (unified, flexible,
simpler, more extensible)
- Clear migration path for users
- Links to relevant documentation
This aligns with the evolution toward pipeline deployments as described
in the recent blog post about real-time AI pipelines.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Use absolute URLs in Model Deployer deprecation notice
Update the deprecation notice to use absolute docs.zenml.io URLs
instead of relative file paths:
- https://docs.zenml.io/component-guide/deployers
- https://docs.zenml.io/how-to/deployment
This ensures the links work correctly when viewed on the
documentation website.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Add Model Deployer deprecation guidance to tutorial and LLMOps docs
Users following the hyperparameter tuning tutorial and LLMOps finetuning
guide were being directed toward the deprecated Model Deployer component
without awareness of the newer Pipeline Deployments approach.
Added minimal, focused notices at decision points where users choose
deployment strategies, guiding them toward Pipeline Deployments while
acknowledging Model Deployer remains available for backward compatibility.
* Update docs/book/component-guide/model-deployers/README.md
* Apply suggestions from code review
---------
Co-authored-by: Claude <[email protected]>
Co-authored-by: Alex Strick van Linschoten <[email protected]>
(cherry picked from commit 9360e32)1 parent 7496d16 commit 8a737ca
File tree
3 files changed
+25
-2
lines changed- docs/book
- component-guide/model-deployers
- user-guide
- llmops-guide/finetuning-llms
- tutorial
3 files changed
+25
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
8 | 25 | | |
9 | 26 | | |
10 | 27 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
0 commit comments