LLMLingua icon indicating copy to clipboard operation
LLMLingua copied to clipboard

RuntimeError: The expanded size of the tensor (181) must match the existing size (211) at non-singleton dimension 0

Open kofuya opened this issue 2 years ago • 2 comments

I use Qwen-7B ,then get error: Traceback (most recent call last): File "/qwen/test.py", line 22, in compressed_prompt = llm_lingua.compress_prompt( File "/usr/local/lib/python3.10/dist-packages/llmlingua/prompt_compressor.py", line 253, in compress_prompt context = self.iterative_compress_prompt( File "/usr/local/lib/python3.10/dist-packages/llmlingua/prompt_compressor.py", line 749, in iterative_compress_prompt past_loss[ready_end : end - 1] = loss RuntimeError: The expanded size of the tensor (181) must match the existing size (211) at non-singleton dimension 0. Target sizes: [181]. Tensor sizes: [211]

kofuya avatar Dec 28 '23 07:12 kofuya

Hi @kofuya,

Thanks for your support in our project. Could you give me more context, like the original prompt.

iofu728 avatar Dec 30 '23 07:12 iofu728