Text Generation
Transformers
Safetensors
GGUF
llava
remyx
Inference Endpoints
salma-remyx's picture
Add SpaceLlaVA Triton Server
0ea9ef5 verified
raw
history blame
341 Bytes
name: "spacellava"
max_batch_size: 0
backend: "python"
input [
{
name: "PROMPT"
data_type: TYPE_STRING
dims: [ -1 ]
},
{
name: "IMAGES"
data_type: TYPE_STRING
dims: [ -1 ]
}
]
output [
{
name: "RESULTS"
data_type: TYPE_STRING
dims: [ -1 ]
}
]