返回顶部
M

MLOps

Deploy ML models to production with pipelines, monitoring, serving, and reproducibility best practices.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
670
下载量
4
收藏
概述
安装方式
版本历史

MLOps

## Quick Reference | 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 | ## Critical Traps **Training-Serving Skew:** - Preprocessing in notebook ≠ preprocessing in service → silent bugs - Pandas in notebook → memory leaks in production (use native types) - Feature store values at training time ≠ serving time without proper joins **GPU Memory:** - `requests.nvidia.com/gpu: 1` reserves ENTIRE GPU, not partial memory - MIG/MPS sharing has real limitations (not plug-and-play) - OOM on GPU kills pod with no useful logs **Model Versioning ≠ Code Versioning:** - Model artifacts need separate versioning (MLflow, W&B, DVC) - Training data version + preprocessing version + code version = reproducibility - Rollback requires keeping old model versions deployable **Drift Detection Timing:** - Retraining trigger isn't just "drift > threshold" → cost/benefit matters - Delayed ground truth makes concept drift detection lag weeks - Upstream data pipeline changes cause drift without model issues ## Scope This skill ONLY covers: - CI/CD pipelines for models - Model serving and scaling - Monitoring and drift detection - Reproducibility practices - GPU infrastructure patterns Does NOT cover: ML algorithms, feature engineering, hyperparameter tuning.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mlops-1776420085 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mlops-1776420085 技能

通过命令行安装

skillhub install mlops-1776420085

下载 Zip 包

⬇ 下载 MLOps v1.0.0

文件大小: 6.2 KB | 发布时间: 2026-4-17 18:52

v1.0.0 最新 2026-4-17 18:52
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部