nlpxucan / WizardLM

LLMs build upon Evol Insturct: WizardLM, WizardCoder, WizardMath
9.25k stars 716 forks source link

[BUG] Illegal instruction (core dumped) #110

Open hamroune opened 1 year ago

hamroune commented 1 year ago

Hi Everyone, I tried ctransformers to load the GGML of WizardLM, but unfortunely it crashes using from ctransformers import AutoModelForCausalLM and then AutoModelForCausalLM.from_pretrained("TheBloke/WizardLM-30B-GGML", model_file="/home/user/app/wizardlm-30b.ggmlv3.q2_K.bin", model_type="llama") the error says Illegal instruction (core dumped) is there any help for me?