You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/mlpaths_grids.md
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,10 @@ timeline
24
24
: D3. GenAI 1 - LLM, RAG
25
25
: D4. GenAI 2 - Multimodal LLMs
26
26
: D5. Agents and MCP
27
-
E. Continuous Integration / Continuous Deployment : E1. Model Deployment and Productionization
28
-
27
+
E. Continuous Integration / Continuous Deployment : E1. MLOps
28
+
: E2. LLMOps
29
+
: E3. AgentsOps
30
+
29
31
```
30
32
31
33
### A. General Data Science
@@ -167,28 +169,24 @@ timeline
167
169
168
170
<divclass="grid cards"markdown>
169
171
172
+
- <b>D1. MLOps</b>
170
173
171
-
- <b>D1. MLOps</b>
172
-
173
-
---
174
-
175
-
<p>MLOps (Machine Learning Operations), MLOps is a way to manage machine learning models, making it easier to develop, deploy, and update them as business needs change.
176
-
177
-
- <b>D2. LLMOps</b>
174
+
---
178
175
179
-
---
176
+
<p>MLOps (Machine Learning Operations), MLOps is a way to manage machine learning models, making it easier to develop, deploy, and update them as business needs change.
180
177
181
-
<p> LLMOps (Large Language Model Operations), builds on MLOps practices but addresses the unique challenges of deploying large language models, such as GPT, BERT, and LLaMA. These models require substantial computational resources, prompt engineering, and ongoing monitoring to manage performance, ethics, and latency.
178
+
- <b>D2. LLMOps</b>
182
179
183
-
focuses on optimizing the operational aspects of LLMs, including prompt engineering, model deployment, and inference optimization.
180
+
---
184
181
182
+
<p> LLMOps (Large Language Model Operations), builds on MLOps practices but addresses the unique challenges of deploying large language models, such as GPT, BERT, and LLaMA. These models require substantial computational resources, prompt engineering, and ongoing monitoring to manage performance, ethics, and latency.
185
183
186
-
- <b>AgentOps</b>
187
184
188
-
---
185
+
-<b>D3. AgentOps</b>
189
186
190
-
<p>AgentOps enables the deployment of autonomous agents that perform complex tasks with minimal human intervention. These agents integrate with APIs, make decisions based on real-time data, and adapt to changing conditions, making them ideal for high-stakes applications requiring autonomy.
187
+
---
191
188
189
+
<p>AgentOps enables the deployment of autonomous agents that perform complex tasks with minimal human intervention. These agents integrate with APIs, make decisions based on real-time data, and adapt to changing conditions, making them ideal for high-stakes applications requiring autonomy.
0 commit comments