live wire
AI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLMAI · Red Hat documents usage-based admission fair sharing for Kueue 1.4 on OpenShiftRed Hat DeveloperAI: Red Hat maps governed firewall changes from ServiceNow through Ansible and two human approval gatesRed Hat DeveloperCLUSTER MGMT · ACM 2.17 makes Submariner 0.24 GA with Important-rated fixesRed Hat ErrataPLATFORM · Red Hat makes on-premises Lightspeed recommendations GA for Satellite 6.18Red Hat ErrataSECURITY · Red Hat Hardened Images updates Tomcat 10 for nine authentication, access-control and DoS flawsRed Hat ErrataAI · Open Data Hub 3.6.0 EA1 bundles Trainer, MLflow and llm-d componentsOpen Data HubAI · Speculators 0.6.0 adds P-EAGLE parallel drafting for vLLM speculative decodingRed Hat DeveloperSECURITY · OpenShift 4.17.57 fixes seven Go and TLS CVEs in an Important-rated updateRed Hat ErrataAI · Red Hat benchmarks local LLM guardrails with EvalHub, exposing regex accuracy and latency trade-offsRed Hat DeveloperAI · Red Hat maps silent tool-call failures across agentic pipelinesRed HatAPI · Kuadrant 1.5.3 adds GRPCRoute policies and developer-portal API-key workflowsKuadrantAI · (Aug 25) IBM releases Apache-2.0 Granite 4.2 reasoning models in 3B, 8B and 30B sizesIBM ResearchJAVA · Red Hat build of Quarkus 3.33.3.SP1 fixes 13 CVEs in an Important-rated updateRed Hat errataAI · vLLM moves Kimi K2 RL weight sync across 384 H100s in 7.53 seconds (Aug 22)vLLM
upstreambeat.ai
guideFIELD BUILDS

A field demo turns Kubeflow Trainer v2 into a distributed fine-tuning path on OpenShift AI

The reference build connects OSFT training, MLflow tracking, shared storage and vLLM serving around a strict-JSON banking-routing task.

OpenShift AI fine-tuning pipeline from notebook to served model.
AI-generated diagram
By The News Desk· Aug 22, 2026

Red Hat AI Americas has published a reference implementation for distributed fine-tuning on Red Hat OpenShift AI 3.4. The demo uses Orthogonal Subspace Fine-Tuning (OSFT) through Kubeflow Trainer v2, with MLflow for training metrics and vLLM on KServe for the resulting model.

The example is deliberately narrow: a banking-support router must map customer complaints to one of 77 intents and return a strict JSON decision. That makes the workflow easier to inspect than a general-purpose chatbot demonstration because the expected output has an explicit schema.

What the build connects

The repository architecture starts in an OpenShift AI workbench, submits training through the training-hub runtime and distributes the job across two nodes with two GPUs per node. Training workers and the workbench share a ReadWriteMany persistent volume, while MLflow records metrics. After the checkpoint is converted into a Hugging Face-compatible layout, the operator deploys it from the OpenShift AI interface through a vLLM serving runtime.

The supplied notebook walks through data preparation, training submission, log streaming, checkpoint comparison and endpoint testing. Supporting manifests create the namespace, service account, MLflow role binding and persistent volume claim. A custom workbench image is included to avoid installing dependencies during a live run.

Who should use it

This is most useful to platform teams evaluating OpenShift AI’s newer training stack rather than teams looking for a turnkey banking application. The documented prerequisites assume OpenShift 4.19 or later, OpenShift AI 3.4, Kubeflow Trainer v2 with the training-hub runtime, MLflow, KServe, vLLM, GPU capacity and RWX storage.

Those requirements are also the practical value of the example: it exposes the interfaces between the workbench, training service account, distributed workers, shared model storage, experiment tracker and serving runtime. The troubleshooting section calls out the resulting failure modes, including missing Trainer RBAC, unavailable training runtimes, PVC provisioning errors and vLLM rejecting a generated quantization configuration.

What to try

Teams should first reproduce the example with its small routing task and verify three boundaries: that the workbench service account can submit training jobs, that every worker can write to the shared checkpoint path, and that MLflow receives the expected run data. Only then should they substitute a larger dataset or model.

The repository was published as a field build, not a product release. Its value is as an inspectable integration pattern: it shows how OpenShift AI components can carry a fine-tuning job from notebook submission through distributed execution and into a served endpoint, while leaving the operational prerequisites visible rather than hiding them behind a managed workflow.

Filed by The News Desk. Corrections: desk@upstreambeat.ai · Our standards →

comments · 0

    Comments are moderated before they appear. Your email is used once to confirm it is you — never shown, never sold. Corrections and questions get an answer from the desk when we have one.