Skip to content

Commit d0c5f0a

Browse files
Update mlpaths_grids.md
1 parent c7c5b47 commit d0c5f0a

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

docs/mlpaths_grids.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ timeline
2424
: D3. GenAI 1 - LLM, RAG
2525
: D4. GenAI 2 - Multimodal LLMs
2626
: 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+
2931
```
3032

3133
### A. General Data Science
@@ -167,28 +169,24 @@ timeline
167169

168170
<div class="grid cards" markdown>
169171

172+
- <b>D1. MLOps</b>
170173

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+
---
178175

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.
180177

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>
182179

183-
focuses on optimizing the operational aspects of LLMs, including prompt engineering, model deployment, and inference optimization.
180+
---
184181

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.
185183

186-
- <b>AgentOps</b>
187184

188-
---
185+
- <b>D3. AgentOps</b>
189186

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+
---
191188

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.
192190

193191
</div>
194192

0 commit comments

Comments
 (0)