Save weights for sampler
Saves weights in a format compatible with sampling/inference servers
post/api/v1/save_weights_for_sampler
Request body
Example request
{
"model_id": "123e4567-e89b-12d3-a456-426614174000",
"path": "For the tinker path 'tinker://model-id/weights/step-0123', the WeightsLabel would be 'step-0123'"
}Response
API future for sampler weight saving completion
Example response
{
"request_id": "123e4567-e89b-12d3-a456-426614174000",
"model_id": "123e4567-e89b-12d3-a456-426614174000"
}