Querying Llama !! ValueError: text input must be of type `str` (single example), `List[str]`
I have a function to generate a llama response, but when called, it consistently returns ValueError: text input must be of type str
(single example), List[str]
(batch or single pretokenized example) or List[List[str]]
(batch of pretokenized examples). Please help!