What is the command to clone llma3 model?

Does anyone know the exact command to clone llama3 model from huggingface. The following commands from chatGPT and Meta do not work:

  1. git clone --verbose ssh://git@huggingface.co:443/facebook/llama-3.git ./llama3_model
  2. ./llama_download.sh --model llama3 --revision main --output_dir ./llama3_model
  3. git clone https://huggingface.co/facebook/llama-3.git ./llama3_model

I followed the steps below from meta, but am stuck on step 3. None of the above 3 instructions work

  1. Create a conda environment with pytorch and additional dependencies
  2. Install the recipes as described here:
  3. Download the desired model from hf, either using git-lfs or using the llama download script.
  4. With everything configured, run the following command: