I am trying to git clone meta-llama/Llama-2-7b-hf model
I use the command “git clone $url”
Where
url = https://huggingface.com/meta-llama/Llama-2-7b-hf
And it has worked for other models but doesnt work when I try to clone the above Meta model
I get the error "could not read username for ‘https://huggingface.co’: terminal prompts disabled
Any idea what could be wrong and how it can be fixed.
Thanks in advance for your responses.