project-baize/baize-chatbot

what exact version of transformers do you use?

zixiliuUSC opened this issue · 1 comments

decapoda-research/llama-7b-hf has been reported that the weight converted is not suitable to current transformers, please give an exact transformer version.

You need to install transformer pip install git+https://github.com/huggingface/transformers.git, since the latest transformers doesn't support LLaMa yet.