Does anyone know the exact command to clone llama3 model from huggingface. The following commands from chatGPT and Meta do not work:
- git clone --verbose ssh://git@huggingface.co:443/facebook/llama-3.git ./llama3_model
- ./llama_download.sh --model llama3 --revision main --output_dir ./llama3_model
- 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
- Create a conda environment with pytorch and additional dependencies
- Install the recipes as described here:
- Download the desired model from hf, either using git-lfs or using the llama download script.
- With everything configured, run the following command: