{
"model_size_in_billion":15,
"lora_rank":16,
"sequence_length":55,
"batch_size":1,
"gradient_checkpointing":true,
"optimizer":"adamw",
"precision":"fp16"
}curl --location --request POST '/model/lora_memory_calculator' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_size_in_billion":15,
"lora_rank":16,
"sequence_length":55,
"batch_size":1,
"gradient_checkpointing":true,
"optimizer":"adamw",
"precision":"fp16"
}'{"status":0,"data":{"memoryUsage":98.4,"gpuNum":2}}