Skip to content

calibration_apply

POST
/calibration/apply
curl --request POST \
--url https://example.com/calibration/apply \
--header 'Content-Type: application/json' \
--data '{ "save_cimatrix": "example" }'
Media type application/json

Request body for applying online calibration.

object
save_cimatrix

Optionally save the collected imatrix to this .cimatrix path before requantizing.

string | null
Example generated
{
"save_cimatrix": "example"
}

Requantize with collected statistics and hot-swap the layers.

Media type application/json
object
collecting
required
boolean
layers
required
integer
layers_tracking
required
integer
max_rows
required
integer
min_rows
required
integer
total_rows
required
integer
Example generated
{
"collecting": true,
"layers": 1,
"layers_tracking": 1,
"max_rows": 1,
"min_rows": 1,
"total_rows": 1
}