Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

LLM Studio fail to download model with error : unable to get local issuer certificate

In LLM studio, when I try to download any model, I am facing following error:

Download Failed: unable to get local issuer certificate

enter image description here

like image 956
divyang4481 Avatar asked Sep 18 '25 11:09

divyang4481


1 Answers

I've experienced the same in a corporate network.

To get around I have been manually downloading through my browser (the url is to the left of the error message in your screenshot) and manually loading the models into the appropriate dir: ~/.cache/lm-studio/models in the appropriate subpath.

ie ~/.cache/lm-studio/models/Mistral-7B-Instruct-v0.2-GGUF/mistral-7b-instruct-v0.2.Q6_K.gguf

Not the most elegant solution but I have yet to find information on a better workaround.

like image 182
gooeylewie Avatar answered Sep 21 '25 02:09

gooeylewie