Not enough values to unpack
#2
by
RainmakerP
- opened
E:[redacted]\envpy\lib\site-packages\transformers\generation\utils.py:1141: UserWarning: Using the model-agnostic default max_length
(=20) to control the generation length. We recommend setting max_new_tokens
to control the maximum length of the generation.
warnings.warn(
Error during model generation: not enough values to unpack (expected 3, got 2)
Input IDs shape: torch.Size([1, 6])
Doesn't work. Can you share a requirements.txt?
It's the latest GPTQ. I just did a git pull --all
and installed it from there before running it. (main AutoGPTQ)