Closed BennoKrojer closed 9 months ago
After changing the vicuna version to what you are linking to in the repository, I now get a different issue like this one: https://github.com/DCDmllm/Cheetah/issues/13
Traceback (most recent call last):
File "test_cheetah_vicuna.py", line 57, in
After switching from Vicuna to Llama-2, I am back to random tokens being produced...
Hello!
I am excited to use this work in my research but am struggling to set it up.
Similar to a previous issue (https://github.com/DCDmllm/Cheetah/issues/15), I followed the instructions for downloading checkpoints and changing the config, and was able to start the test_cheetah_vicuna script. However the output is random characters. The only ambiguous part of the instructions is this:
Am I supposed to also download this and change a config? That is very unclear. When I run the script it says all the weights are loaded so I am not sure what could be missing or what is happening here...