Adds support and some smoke testing for parameters of type List such as stop: [".", ","]. This is done by passing sampling_parameters to vLLM backend as serialized JSON string input rather than the previous TRITONSERVER_Parameter approach, which didn't support Lists.
Resolves the error:
"Unsupported Value. Can\'t convert <class \'list\'> to Request Parameter"
Adds support and some smoke testing for parameters of type
List
such asstop: [".", ","]
. This is done by passing sampling_parameters to vLLM backend as serialized JSON string input rather than the previousTRITONSERVER_Parameter
approach, which didn't support Lists.Resolves the error: