- Following the link ollama
- install ollama using following command :
curl -fsSL https://ollama.com/install.sh | sh
- Pull the model According to your usage :
ollama models pull llama3.1:8b
- For running the ollama model on your local system
ollama run llama3.1:8b
conda activate llm_chatbot