TARGET_PATH='models/llama-2-13b-chat.Q5_K_M.gguf' mkdir -p "$(dirname "${TARGET_PATH}")" curl -L "https://huggingface.co/TheBloke/Llama-2-13B-chat-GGUF/resolve/main/llama-2-13b-chat.Q5_K_M.gguf?download=true" -o ${TARGET_PATH}