lollipop

Results 3 comments of lollipop

@XYZ-qiyh, I have the same question. i have a gpu 3060,however,to support this gpu I have to use CUDA at least 11.0. Have you solved yetl

I find the same problem. In `prompter.py` get_response() function, there is `return output.split(self.template["response_split"])[1].strip()` And the model repeats again and again, like this: ``` Below is an instruction that describes a...