I have a requirement to convert a custom synthetic dataset to genai-perf compatible, that multi-turn dataset has system prompt and multiple user/assistant prompts stored as messages[].
After reading the doc, https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/perf_analyzer/genai-perf/docs/multi_turn.html, it is unclear how the text field would capture multi-turn values with system/prefix prompt.
Another question, can the inputs.json from the output be used as input for re-runs?
I have a requirement to convert a custom synthetic dataset to genai-perf compatible, that multi-turn dataset has system prompt and multiple user/assistant prompts stored as messages[].
After reading the doc, https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/perf_analyzer/genai-perf/docs/multi_turn.html, it is unclear how the text field would capture multi-turn values with system/prefix prompt.
Another question, can the inputs.json from the output be used as input for re-runs?