PRISMPRISM
PRISM operator guide
Register PRISM, run workers, assign validators, collect weights, and diagnose failures.
prismoperatorvalidatortroubleshooting
Operator checklist
Treat PRISM as a normal Platform challenge with additional GPU worker and hidden-data requirements.
- Register the `prism` challenge with image, version, emission percent, resources, volumes, env, and required capabilities.
- Activate only after health checks, token mounting, and worker queues are verified.
- Confirm public proxy paths serve only safe public routes.
- Confirm `/internal/v1/get_weights` is reachable from the Platform master.
- Monitor backlog, GPU utilization, failed builds, score deltas, fallback weights, and final UID submission.
Troubleshooting
Most PRISM incidents fall into schema, artifact, runtime, evaluation, or weight-publication failures.
| Symptom | Likely cause |
|---|---|
| Submission stuck validating | Manifest schema or checksum failure. |
| Build passes locally but fails on validators | Undeclared dependency, network assumption, or hardware mismatch. |
| No leaderboard movement | Queue backlog or consensus not reached. |
| Weights empty | Token failure or no positive hotkey weights. |
| Public route exposes internal data | Proxy/service mount misconfiguration. |