-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (32 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
32 lines (32 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
site_name: LLMOps with Kubernetes
site_url: http://llmops-tutorial.schoolofdevops.com/
site_author: Gourav Shah
site_description: LLMOps / GenAIOps with Kubernetes, Kubeflow, Kserve, GitOps
google_analytics: ['', 'llmops-tutorial.schoolofdevops.com']
nav:
- Home: "index.md"
- Kubernetes for GenAI/LLMOps:
- Lab 00 - Setting up Kubernetes Environment: "lab00.md"
- Lab 01 - Building RAG system: "lab01.md"
- Lab 02 - Fine-tuning a Model with LoRA: "lab02.md"
- Lab 03 - Packaging Model as OCI Image: "lab03.md"
- Lab 04 - Serving with Kserve and vLLM: "lab04.md"
- Lab 05 - LLM Observability with Prometheus: "lab05.md"
- Lab 06 - Autoscaling vLLM + RAG + Chat API: "lab06.md"
- Lab 07 - GitOps for GenAI with ArgoCD: "lab07.md"
- Lab 08 - Automating LLM pipelines with Argo Workflows: "lab08.md"
docs_dir: docs
theme: readthedocs
plugins:
- search
repo_url: https://github.com/schoolofdevops/llmops-labuide
edit_uri: edit/master/docs
copyright: Copyright @ 2025 Gourav Shah, School of Devops. Some rights reserved. License CC BY-NC-SA
extra:
social:
- type: 'github'
link: 'https://github.com/schoolofdevops'
- type: 'twitter'
link: 'https://twitter.com/gouravhah'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/gouravshah'