FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

vicuna-13b weird answer

Open Y0rkieQvQ opened this issue 2 years ago • 4 comments
trafficstars

When I start vicuna-13B today, after it prints the answer, it starts answering itself each time. Is that normal?Or is this a new feature? The output with three '#' in front is the sign that it starts to question and answer itself. It's weird. There's no way to upload a video or you could see this amazing thing. I asked it in both languages and it came up with this question: 1 2

Y0rkieQvQ avatar Apr 14 '23 04:04 Y0rkieQvQ

I have the same problem.

phnessu4 avatar Apr 14 '23 05:04 phnessu4

I have the same problem,too

DearChuck avatar Apr 14 '23 05:04 DearChuck

Same here

bash99 avatar Apr 14 '23 07:04 bash99

@Y0rkieQvQ , see this i was having similar problem, because i was using latest fastchat with vicuna 1.0 model. You can solve this issue by again generating the vicuna weight using the latest vicuna-delta-v1.1. See this issue. https://github.com/lm-sys/FastChat/issues/409

  • To be safe side in future , try installing from source with older commit.

alan-ai-learner avatar Apr 14 '23 08:04 alan-ai-learner

Please check out this warning. There are several options to solve this problem

https://github.com/lm-sys/FastChat/blob/d807fd0d70af514801b8bb6942608ded6d6c914a/fastchat/serve/inference.py#L26-L31

merrymercy avatar Apr 16 '23 13:04 merrymercy

same problem

chuckhope avatar Apr 17 '23 03:04 chuckhope

This is because we did an upgrade on the model weights. Please follow what @merrymercy suggested to upgrade the model weights and fastchat versions.

zhisbug avatar Apr 21 '23 04:04 zhisbug