Skip to content

Commit de7a37f

Browse files
docs: update MLflow screenshots from RHOAI 3.4 cluster
Replace screenshots taken from ODH cluster with proper RHOAI 3.4 branded screenshots showing: - Experiments list page with "Launch MLflow" link - Run detail page with actual training metrics (train_loss, train_runtime, train_samples_per_second, etc.) Verified all three algorithms (LoRA, OSFT, SFT) successfully log metrics to MLflow on RHOAI 3.4 (A100 GPUs, MLflow 3.10.1). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6b3c081 commit de7a37f

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

-2.43 KB
Loading
-46.5 KB
Binary file not shown.
49.9 KB
Loading

examples/fine-tuning/lora/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,6 @@ You can also launch the full MLflow UI by clicking the **"Launch MLflow"** link
208208

209209
![](../images/mlflow-experiments.png)
210210

211-
The Experiments section can be found under **Develop & train** in the left navigation:
211+
Each run logs metrics including training loss, learning rate, samples per second, and more:
212212

213-
![](../images/mlflow-nav.png)
213+
![](../images/mlflow-run-metrics.png)

examples/fine-tuning/osft/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,6 @@ You can also launch the full MLflow UI by clicking the **"Launch MLflow"** link
243243

244244
![](../images/mlflow-experiments.png)
245245

246-
The Experiments section can be found under **Develop & train** in the left navigation:
246+
Each run logs metrics including training loss, learning rate, samples per second, and more:
247247

248-
![](../images/mlflow-nav.png)
248+
![](../images/mlflow-run-metrics.png)

examples/fine-tuning/sft/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ You can also launch the full MLflow UI by clicking the **"Launch MLflow"** link
190190

191191
![](../images/mlflow-experiments.png)
192192

193-
The Experiments section can be found under **Develop & train** in the left navigation:
193+
Each run logs metrics including training loss, learning rate, samples per second, and more:
194194

195-
![](../images/mlflow-nav.png)
195+
![](../images/mlflow-run-metrics.png)

0 commit comments

Comments
 (0)