|
12 | 12 | } |
13 | 13 | </style> |
14 | 14 |
|
| 15 | +## Fine-tuning |
| 16 | + |
| 17 | +<div class="tx-landing__highlights_grid"> |
| 18 | + <a href="/examples/fine-tuning/axolotl" |
| 19 | + class="feature-cell"> |
| 20 | + <h3> |
| 21 | + Axolotl |
| 22 | + </h3> |
| 23 | + |
| 24 | + <p> |
| 25 | + Fine-tune Llama 4 on a custom dataset using Axolotl. |
| 26 | + </p> |
| 27 | + </a> |
| 28 | + |
| 29 | + <a href="/examples/fine-tuning/trl" |
| 30 | + class="feature-cell"> |
| 31 | + <h3> |
| 32 | + TRL |
| 33 | + </h3> |
| 34 | + |
| 35 | + <p> |
| 36 | + Fine-tune Llama 3.1 8B on a custom dataset using TRL. |
| 37 | + </p> |
| 38 | + </a> |
| 39 | +</div> |
| 40 | + |
| 41 | +## Distributed training |
| 42 | + |
| 43 | +<div class="tx-landing__highlights_grid"> |
| 44 | + <a href="/examples/distributed-training/nccl-tests" |
| 45 | + class="feature-cell sky"> |
| 46 | + <h3> |
| 47 | + NCCL tests |
| 48 | + </h3> |
| 49 | + |
| 50 | + <p> |
| 51 | + Run multi-node NCCL tests with MPI |
| 52 | + </p> |
| 53 | + </a> |
| 54 | + <a href="/examples/distributed-training/rccl-tests" |
| 55 | + class="feature-cell sky"> |
| 56 | + <h3> |
| 57 | + RCCL tests |
| 58 | + </h3> |
| 59 | + |
| 60 | + <p> |
| 61 | + Run multi-node RCCL tests with MPI |
| 62 | + </p> |
| 63 | + </a> |
| 64 | + <a href="/examples/distributed-training/a3mega-clusters" |
| 65 | + class="feature-cell sky"> |
| 66 | + <h3> |
| 67 | + A3 Mega |
| 68 | + </h3> |
| 69 | + |
| 70 | + <p> |
| 71 | + Set up GCP A3 Mega clusters with optimized networking |
| 72 | + </p> |
| 73 | + </a> |
| 74 | + <a href="/examples/distributed-training/a3high-clusters" |
| 75 | + class="feature-cell sky"> |
| 76 | + <h3> |
| 77 | + A3 High |
| 78 | + </h3> |
| 79 | + |
| 80 | + <p> |
| 81 | + Set up GCP A3 High clusters with optimized networking |
| 82 | + </p> |
| 83 | + </a> |
| 84 | +</div> |
| 85 | + |
15 | 86 | ## Deployment |
| 87 | + |
16 | 88 | <div class="tx-landing__highlights_grid"> |
17 | 89 | <a href="/examples/deployment/sglang" |
18 | 90 | class="feature-cell"> |
@@ -61,32 +133,6 @@ hide: |
61 | 133 | </a> |
62 | 134 | </div> |
63 | 135 |
|
64 | | -## Fine-tuning |
65 | | - |
66 | | -<div class="tx-landing__highlights_grid"> |
67 | | - <a href="/examples/fine-tuning/axolotl" |
68 | | - class="feature-cell"> |
69 | | - <h3> |
70 | | - Axolotl |
71 | | - </h3> |
72 | | - |
73 | | - <p> |
74 | | - Fine-tune Llama 4 on a custom dataset using Axolotl. |
75 | | - </p> |
76 | | - </a> |
77 | | - |
78 | | - <a href="/examples/fine-tuning/trl" |
79 | | - class="feature-cell"> |
80 | | - <h3> |
81 | | - TRL |
82 | | - </h3> |
83 | | - |
84 | | - <p> |
85 | | - Fine-tune Llama 3.1 8B on a custom dataset using TRL. |
86 | | - </p> |
87 | | - </a> |
88 | | -</div> |
89 | | - |
90 | 136 | ## Accelerators |
91 | 137 |
|
92 | 138 | <div class="tx-landing__highlights_grid"> |
@@ -173,44 +219,4 @@ hide: |
173 | 219 | Use Docker and Docker Compose inside runs |
174 | 220 | </p> |
175 | 221 | </a> |
176 | | - <a href="/examples/misc/nccl-tests" |
177 | | - class="feature-cell sky"> |
178 | | - <h3> |
179 | | - NCCL tests |
180 | | - </h3> |
181 | | - |
182 | | - <p> |
183 | | - Run multi-node NCCL tests with MPI |
184 | | - </p> |
185 | | - </a> |
186 | | - <a href="/examples/misc/rccl-tests" |
187 | | - class="feature-cell sky"> |
188 | | - <h3> |
189 | | - RCCL tests |
190 | | - </h3> |
191 | | - |
192 | | - <p> |
193 | | - Run multi-node RCCL tests with MPI |
194 | | - </p> |
195 | | - </a> |
196 | | - <a href="/examples/misc/a3mega-clusters" |
197 | | - class="feature-cell sky"> |
198 | | - <h3> |
199 | | - A3 Mega |
200 | | - </h3> |
201 | | - |
202 | | - <p> |
203 | | - Set up GCP A3 Mega clusters with optimized networking |
204 | | - </p> |
205 | | - </a> |
206 | | - <a href="/examples/misc/a3high-clusters" |
207 | | - class="feature-cell sky"> |
208 | | - <h3> |
209 | | - A3 High |
210 | | - </h3> |
211 | | - |
212 | | - <p> |
213 | | - Set up GCP A3 High clusters with optimized networking |
214 | | - </p> |
215 | | - </a> |
216 | 222 | </div> |
0 commit comments