INSTALL OLLAMA
curl -fsSL [https://ollama.com/install.sh](https://ollama.com/install.sh) | sh
ENABLE OLLAMA
sudo systemctl enable --now ollama
DOWNLOAD MODEL (Use Qwen, it's better than Llama. If you can't run Qwen, use Llama)
ollama pull qwen2.5-coder:7b
OR
ollama pull llama3.2:3b
START OLLAMA SERVER
ollama run qwen2.5-coder:7b
OR
ollama run llama3.2:3b