Load model weights
Loads model weights from disk
post/api/v1/load_weights
Request body
Example request
{
"model_id": "123e4567-e89b-12d3-a456-426614174000",
"path": "tinker://model-id/weights/step-0123"
}Response
API future for weight loading completion
Example response
{
"request_id": "123e4567-e89b-12d3-a456-426614174000",
"model_id": "123e4567-e89b-12d3-a456-426614174000"
}