what exact version of transformers do you use?
zixiliuUSC opened this issue · 1 comments
zixiliuUSC commented
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
You need to install transformer pip install git+https://github.com/huggingface/transformers.git
, since the latest transformers doesn't support LLaMa yet.