Sample from a base model with your LoRA weights
Generates samples from the model using the specified sampling parameters
post/api/v1/sample
Request body
Example request
{
"prompt": {
"chunks": [
{
"tokens": [
1234,
5678,
9012
]
}
]
}
}Response
Response containing tokens sampled against the base model and lora