git clone failed: Connection reset by peer

#14
by AntGumu - opened

I tried to download the model file by running:
git lfs install
git clone https://huggingface.co/bigcode/starcoderbase

But got the following error:
fatal: unable to access 'https://huggingface.co/bigcode/starcoderbase.git/': error:02FFF036:system library:func(4095):Connection reset by peer

I also tried git clone git@hf.co:bigcode/starcoderbase, but also failed.

Could anyone kindly help me with this? Many thanks in advance.

I just tried to download it using AutoTokenizer.from_pretrained("bigcode/starcoderbase") and I got the following message:
bigcode/starcoderbase is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'

Seems both issues are related. Are we missing authentication or is the model down?

Sign up or log in to comment