SLM Evaluator
The admin approval flow launches a Docker container to run the SLM evaluator pipeline.Local Dev Setup
Build the Docker image once before using it:pipeline/slm_evaluator.py or pipeline/requirements.txt.
Ensure PIPELINE_LOCAL_MODE=true is set in your .env (it is by default in .env.example).
Admin Publish Flow
After evaluation completes, the admin publish flow involves two steps:- Publish to Gateway — registers the model on the internal API gateway (available via
neurometric/<slug>for testing). - Publish to Marketplace — creates the public marketplace listing.
