Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 432 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 432 Bytes

LLMSTUFF

Ollama Model Setup

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

Activate conda environment

conda activate llm_chatbot