Installing LLaMA Model without Web UI on Linux
Create a folder for LLaMA and navigate into it
mkdir llama3
cd llama
Install Ollama
curl -fsSL https://ollama.com/install.sh | sh
Install and Run the Required LLaMA Model:
ollama run <model name> #example: ollama run llama3
Issues
ollama serve # To connect ollama