Connect to see real runs.
Use the API token configured for this Weavely server. Start from an editable definition. The YAML contains the image, inputs, resources, and execution settings.
No sample workloads are created. Training submission and model deployment use your configured backend.
Training runs
Find what changed. Keep the exact binary. Re-run with confidence.
| Select for comparison | Run / image | Status | Latest scalar | Allocation cost | Created |
|---|
Your next experiment starts here.
Submit a training definition, then inspect status, logs, W&B results, and allocation costs in one place.
weavely run submit training.yamlTraining curves stay in W&B. Scalars shown here are reported values from driver logs; costs are estimates from configured allocation rates.
Research inference
Deploy a model for an experiment. Inspect its endpoint and runtime.
One model replica for the MVP. Your existing Kubernetes networking carries requests directly to the model runtime. Weavely manages deployment and observation.
| Endpoint / model | Status | Requests in flight | Allocation cost | Created |
|---|
Give your model a place to run.
Choose a pinned runtime image, model artifact, and GPU resources. Review the complete definition before deploying.
weavely serve deploy serving.yamlRuntime metrics appear only when the backend reports them. Missing observations are not zero traffic. Production routing and autoscaling are outside this MVP.
Evaluation
Evaluate training checkpoints in their RL runtime, or test an existing inference deployment. Compare both with a shared scoring protocol.
Prototype · exact-match evaluation. The harness code, dataset, prompt format, generation settings, and scorer identify the protocol. Runtime images and topology are tracked separately; matching protocols do not imply identical outputs.
| Select for comparison | Evaluation / target | Status | Exact match | Allocation cost | Created |
|---|
A shared test for every model.
Point the same evaluation harness at a checkpoint or endpoint, then inspect comparable scores and result artifacts.
weavely eval submit evaluation.yamlEvaluation scores come from the completed harness result. No score is displayed until a result is available.