LLaVA
LLaVA copied to clipboard
repetition penalty
Question
when i try to use repetition_penalty to avoid repeat answer, i met this error "cuda error:device-side assert triggered". After my debug, i found that the input_ids include -200 which is default image token. i guess this is the reason of this " cuda error:device-side assert triggered". can you fix this error?
Hello,have you solved this problem? I also encountered the problem of repeated responses after fine-tuning the model.
I had the same error after set repetition_penalty > 0
I have also encountered this issue. Who can solve it?
I have also encountered this issue. Who can solve it? change -200 to a new positive num
I have also encountered this issue. Who can solve it? change -200 to a new positive num
Could you give me some guidance on how to do it specifically?
same here