Classical ML
Deep Learning
GenAI / LLM
昨年の統計では 45%くらいがDL/GenAIで半
数以上がClassical MLでした
2024年では回答者の 80%がDL/GenAI
の開発でmlflowを使っているという結果に
Slide 12
Slide 12 text
MLflow for ディープラーニング
Checkpoint Autolog System Metrics
GPU使用率
Disk使用率
Network I/O
Slide 13
Slide 13 text
MLflow for 生成AI/LLM
トレーシング
LLM評価
プロンプト管理
Slide 14
Slide 14 text
MLOpsの現在地
Slide 15
Slide 15 text
従来のMLOps
Configuration Data Collection
Feature
Extraction
ML
Code
Data
Verification
Machine
Resource
Management
Analysis Tools
Process
Management Tools
Serving
Infrastructure
Monitoring
Hidden Technical Debt in Machine Learning Systems
Slide 16
Slide 16 text
従来のMLOps
Configuration Data Collection
Feature
Extraction
ML
Code
Data
Verification
Machine
Resource
Management
Analysis Tools
Process
Management Tools
Serving
Infrastructure
Monitoring
Hidden Technical Debt in Machine Learning Systems
MLモデルはブラックボックスな f(x) -> y
周りを堅牢にすることで MLシステム全体をReliableに
データの検証
Feature Store
実験管理
モデルレジストリ
推論サービス
Data Drift
Slide 17
Slide 17 text
The Shift from Models to Compound AI Systems
モデルから AIシステムへ
Slide 18
Slide 18 text
従来のMLでは、単体のモ
デルが単体の推論でタス
クを解く
Compound AI Systemでは複
数のモデルやコンポーネントが連
携してタスクを解く
The Shift from Models to Compound AI Systems
Slide 19
Slide 19 text
LLM時代のMLOps
Configuration Data Collection
Feature
Extraction
Data
Verification
Machine
Resource
Management
Analysis Tools
Process
Management Tools
Serving
Infrastructure
Monitoring
Hidden Technical Debt in Machine Learning Systems
Compound AI System