How does one give multiple prompts to the model?
I see in the onnx file, the only prompt defined is 'dog' and the end model also just accepts that prompt.
But I have a finetuned model on 5 classes and I want to be able to use the TensorRT version to detect all 5 of those.
How does one give multiple prompts to the model?
I see in the onnx file, the only prompt defined is 'dog' and the end model also just accepts that prompt.
But I have a finetuned model on 5 classes and I want to be able to use the TensorRT version to detect all 5 of those.