multiply-local-openai example, and submit one training run before customizing anything.
If you already have a dataset or task-specific rollout in mind, use Create Your Own Rollout instead.
This guide assumes you have completed Onboarding: your workspace repository is cloned, the CLI is installed and authenticated, and commands are running from the workspace directory.
Verify workspace context
Confirm that the CLI can resolve your workspace before running the example:
Upload the dataset
Evaluation runs and training runs both reference platform datasets by name. Upload the dataset that ships with the starter example — both
configs/eval/multiply-local-openai.toml and configs/training/multiply-local-openai.toml reference it as multiply:Register the OpenAI secret
The starter evaluation run calls the OpenAI endpoint, so
[secrets] in configs/eval/multiply-local-openai.toml maps OPENAI_API_KEY to a workspace secret record. Register that secret at /:orgName/secrets in the platform UI before submitting, so the platform can inject the key into the evaluation run container.Push and submit an evaluation run
Push the repository so the platform can clone the rollout code, then submit an evaluation run:Inspect progress and results:
Next Steps
Create Your Own Rollout
Use project-local Agent Skills when you are ready to adapt Osmosis to your own task.
Training Runs
Learn about training configuration, statuses, and management.
Datasets
Understand dataset formats and validation.
Models
Manage base models and deploy trained LoRA models.