Louis
Results
2
issues of
Louis
First of all, thank you for sharing this code! I am finding it really useful in trying to implement puzzle solver published by Noroozi, 2017. I have few questions on...
When I execute `model = GPT4All("Meta-Llama-3-8B-Instruct.Q4_0.gguf")` as instructed in the README, I get the following error ``` urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)...