[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')) #5608
pradeepkumargr
started this conversation in
General
Replies: 1 comment
-
I was able to resolve this error after running the command 'pip install pip-system-certs' before running the 'llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml'. This resolved the error. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I'm running into the below issue when running the below line on the CLI in my local machine. Please can you help in resolving the error. I'm unable to proceed with the next steps . I'm following the Quickstart steps mentioned on the link: https://github.com/hiyouga/LLaMA-Factory#getting-started
Command:
"llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml"
Error:
raise SSLError(e, request=request)
requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='cdn-lfs-us-1.hf.co', port=443): Max retries exceeded with url: /repos/55/ac/55acddbb5c2ac2041b89a858eeba82e6130c6160294d75fe51bfa8bd7a4e4518/d8cf9c4d0dd972e1a2131bfe656235ee98221679711a3beef6d46dadf0f20b5c?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27model-00001-of-00004.safetensors%3B+filename%3D%22model-00001-of-00004.safetensors%22%3B&Expires=1728307403&Policy=(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))"), '(Request ID: 0e5ac455-6a6c-438b-8750-44a6d40f00da)')
Thanks,
PKR
Beta Was this translation helpful? Give feedback.
All reactions