exo icon indicating copy to clipboard operation
exo copied to clipboard

Eror.faled to fetch completions: ror procesing prompt (see logswith DEUG>=2r: Cannot connect to host hugoingface.co.443 sstdefauit Connect calfailed (10424443.6, 43)

Open svm87601 opened this issue 1 year ago • 7 comments

I am encountering an error when trying to fetch completions using the Llama-3-8B model on Ubuntu 22.04 with the official code, which states: I would appreciate any guidance on how to resolve this issue. Here are some details about my setup: Model: Llama-3-8B Operating System: Ubuntu 22.04 Thank you in advance for your help!

svm87601 avatar Oct 16 '24 09:10 svm87601

Looks like some SSL certificate issue. On Mac the solution was running this command:

/Applications/Python 3.x/Install Certificates.command

Perhaps there is something similar on Ubuntu?

AlexCheema avatar Oct 16 '24 17:10 AlexCheema

I am currently facing an issue while trying to access huggingface.co from Mainland China. I cannot ping the site, and as a result, I am unable to fetch completions using the Llama-3-8B model.

svm87601 avatar Oct 17 '24 07:10 svm87601

Looks like some SSL certificate issue. On Mac the solution was running this command:

/Applications/Python 3.x/Install Certificates.command

Perhaps there is something similar on Ubuntu?

thanks this worked for me on MacOS!

sudosar avatar Nov 04 '24 09:11 sudosar

I have the same issue on mac, did the Install Certificates.command, but no luck. Also the see logs with DEBUG>=2 to me is very fuzzy.

marcelloh avatar Nov 13 '24 08:11 marcelloh

When running this command /Applications/Python 3.12/Install Certificates.command

i get the message zsh: no such file or directory: /Applications/Python

CNA79 avatar Jan 23 '25 21:01 CNA79

When running this command /Applications/Python 3.12/Install Certificates.command

i get the message zsh: no such file or directory: /Applications/Python

Are you on a Mac?

AlexCheema avatar Jan 23 '25 21:01 AlexCheema

In what route should that command be run? I have the same issue:

zsh: no such file or directory: /Applications/Python

ftcister avatar Jan 30 '25 15:01 ftcister

Should be fixed in 1.0

Evanev7 avatar Dec 18 '25 18:12 Evanev7