project-baize / baize-chatbot

Let ChatGPT teach your own chatbot in hours with a single GPU!
https://arxiv.org/abs/2304.01196
GNU General Public License v3.0
3.15k stars 275 forks source link

what exact version of transformers do you use? #35

Open zixiliuUSC opened 1 year ago

zixiliuUSC commented 1 year ago

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

guoday commented 1 year ago

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