docs: add MLflow integration documentation to fine-tuning examples#84
docs: add MLflow integration documentation to fine-tuning examples#84briangallagher wants to merge 1 commit into
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree fine-tuning example READMEs (LoRA, OSFT, SFT) are updated with parallel optional "MLflow Integration" sections explaining how to enable MLflow on the cluster, its interactive-notebook-only scope, and instructions to view experiments and runs through the OpenShift AI dashboard with screenshot references. ChangesMLflow Integration Documentation
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| **To enable MLflow on your cluster:** | ||
|
|
||
| 1. In the OpenShift AI dashboard, navigate to **Settings** → **Cluster settings**. | ||
| 2. Under **Model experiment tracking**, ensure that **MLflow** is enabled. |
There was a problem hiding this comment.
hey @briangallagher
I don't see this option in RHOAI UI.
There was a problem hiding this comment.
updated with new instructions
There was a problem hiding this comment.
Just a couple of comments. For the screenshots, I don't think they should include your email login and the project name could be something more generic like fine-tuning.
Also rather than duplicating the MLflow details in each readme, could we add mlflow.md and link to it in each README?
34bae7c to
8b53222
Compare
Add an MLflow Integration section to the READMEs for lora, osft, and sft fine-tuning examples. Documents how to enable MLflow on the cluster via the DataScienceCluster CR and MLflow CR, what the notebook cells do, and how to navigate to the Experiments page in the RHOAI dashboard. MLflow tracking is available for interactive (single-node) notebooks only — distributed training does not currently support it. Co-authored-by: Cursor <cursoragent@cursor.com>
8b53222 to
704462c
Compare
Summary
The interactive notebooks already contain the
MLFLOW_EXPERIMENT_NAMEenvironment variable cells; this PR adds the missing README documentation so users know how to take advantage of the feature.Test plan
Made with Cursor