lmstudio-ai / lmstudio-bug-tracker

Bug tracking for the LM Studio desktop application
11 stars 3 forks source link

LM Studio #221

Open Diacool opened 4 days ago

Diacool commented 4 days ago

I have a problem with loading my models(Llama 1b istruct and mistraal 7b instruct) i get this error:" No LM Runtime found for model format 'gguf' ! ". the weird thing is that i am running this version on a VM with linux and on the host PC with Windows everything is perfectly fineand no errors are occuring. Can someone pls help me?

YorkieDev commented 4 days ago

@Diacool the "no LM Runtime found for model format 'GGUF'" error indicates that the Linux VM CPU doesn't have AVX2 instructions, in your VM, ensure you are using the host PC's CPU.

Diacool commented 4 days ago

thank u