We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f669d5a commit 8072aa5Copy full SHA for 8072aa5
docs/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>LLM Training Lifecycle - 2024 Edition</title>
+ <title>LLM Training Lifecycle</title>
7
<link rel="stylesheet" href="style.css">
8
</head>
9
<body>
@@ -32,7 +32,7 @@
32
LLM_LIFECYCLE_CONFIG = {
33
header: {
34
title: "Large Language Model Training Lifecycle",
35
- subtitle: "Complete overview of modern LLM training methods and approaches (2024)",
+ subtitle: "Complete overview of modern LLM training methods and approaches (2025)",
36
themeToggle: {
37
text: "🌓 Toggle Theme",
38
id: "themeToggle"
0 commit comments