RuntimeError: probability tensor contains either `inf`, `nan` or element < 0
weifan-zhao opened this issue · 1 comments
weifan-zhao commented
python generate_server.py \ --model_name_or_path decapoda-research/llama-7b-hf \ --lora_model_name_or_path @tloen/alpaca-lora-7b \ --load_8bitrun add test this scripts and find the bugs
I ran this script with the same error as before
Macvh commented
I encountered the same problem, how did you solve it?