PandaGPT icon indicating copy to clipboard operation
PandaGPT copied to clipboard

A decoder-only architecture is being used, but right-padding was detected! For correct generation results, please set `padding_side='left'` when initializing the tokenizer.

Open mlhui opened this issue 1 year ago • 1 comments

I use 7B ,but got this error: A decoder-only architecture is being used, but right-padding was detected! For correct generation results, please set padding_side='left' when initializing the tokenizer.

can you tell me how to solve this problem?

mlhui avatar Jun 25 '23 07:06 mlhui