Install
openclaw skills install mlopsDeploy ML models to production with pipelines, monitoring, serving, and reproducibility best practices.
openclaw skills install mlops| Topic | File | Key Trap |
|---|---|---|
| CI/CD and DAGs | pipelines.md | Coupling training/inference deps |
| Model serving | serving.md | Cold start with large models |
| Drift and alerts | monitoring.md | Only technical metrics |
| Versioning | reproducibility.md | Not versioning preprocessing |
| GPU infrastructure | gpu.md | GPU request = full device |
Training-Serving Skew:
GPU Memory:
requests.nvidia.com/gpu: 1 reserves ENTIRE GPU, not partial memoryModel Versioning ≠ Code Versioning:
Drift Detection Timing:
This skill ONLY covers:
Does NOT cover: ML algorithms, feature engineering, hyperparameter tuning.