SSL: CERTIFICATE_VERIFY_FAILED #5609
-
Hi Team, Following the exact steps mentioned here --> 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) Thanks , |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
'm able to resolve this error by running the command 'pip install pip-system-certs' first before the 'llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml '. |
Beta Was this translation helpful? Give feedback.
'm able to resolve this error by running the command 'pip install pip-system-certs' first before the 'llamafactory-cli train examples/train_lora/llama3_lora_sft.yaml '.