Issue with colab

#2
by sai1881 - opened

I'm encountering a bug when I'm downloading with git , git clone git clone https://huggingface.co/TheBloke/stable-vicuna-13B-GGML
Encountered 1 file(s) that may not have been copied correctly on Windows:

Don't worry, that's not an error it's just a warning. It's because the vesion of git on Colab is quite old. It outputs a warning whenever there's a file bigger than 4GB, because such files used not to work with Windows git. That was fixed years ago.

The file will be downloaded fine. If you want to be absolutely sure, check it's sha256sum on HF and then run: sha256sum filename to confirm they're the same.

Sign up or log in to comment