Skip to content

Commit a7d1dc4

Browse files
committed
Add description tags to pages
1 parent 3526d29 commit a7d1dc4

File tree

10 files changed

+44
-4
lines changed

10 files changed

+44
-4
lines changed

docs/user_guides/mlops/registry/frameworks/llm.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# How To Export an LLM Model
1+
---
2+
description: Documentation on how to export a Large Language Model (LLM) to the model registry
3+
---
4+
5+
# How To Export a Large Language Model (LLM)
26

37
## Introduction
48

docs/user_guides/mlops/registry/frameworks/python.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Documentation on how to export a Python model to the model registry
3+
---
4+
15
# How To Export a Python Model
26

37
## Introduction

docs/user_guides/mlops/registry/frameworks/skl.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Documentation on how to export a Scikit-learn model to the model registry
3+
---
4+
15
# How To Export a Scikit-learn Model
26

37
## Introduction

docs/user_guides/mlops/registry/frameworks/tch.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Documentation on how to export a Pytorch model to the model registry
3+
---
4+
15
# How To Export a Torch Model
26

37
## Introduction

docs/user_guides/mlops/registry/frameworks/tf.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Documentation on how to export a Tensorflow model to the model registry
3+
---
4+
15
# How To Export a TensorFlow Model
26

37
## Introduction

docs/user_guides/mlops/serving/deployment.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# How To Create A Deployment
1+
---
2+
description: Documentation on how to deployment Machine Learning (ML) models and Large Language Models (LLMs)
3+
---
4+
5+
# How To Create A Model Deployment
26

37
## Introduction
48

docs/user_guides/mlops/serving/predictor.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Documentation on how to configure a predictor for a model deployment
3+
---
4+
15
# How To Configure A Predictor
26

37
## Introduction

docs/user_guides/mlops/serving/resources.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# How To Allocate Resources For A Deployment
1+
---
2+
description: Documentation on how to allocate resources to a model deployment
3+
---
4+
5+
# How To Allocate Resources To A Model Deployment
26

37
## Introduction
48

docs/user_guides/mlops/serving/transformer.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
description: Documentation on how to configure a KServe transformer for a model deployment
3+
---
4+
15
# How To Configure A Transformer
26

37
## Introduction

docs/user_guides/mlops/serving/troubleshooting.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# How To Troubleshoot A Deployment
1+
---
2+
description: Documentation on how to troubleshoot a model deployment
3+
---
4+
5+
# How To Troubleshoot A Model Deployment
26

37
## Introduction
48

0 commit comments

Comments
 (0)