Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 532 Bytes

ollama_setup.md

File metadata and controls

27 lines (21 loc) · 532 Bytes

Setting up Ollama locally:

  1. Install Ollama based on your operating system:

    Linux:

    curl -fsSL https://ollama.com/install.sh | sh

    MacOS:

    brew install ollama

    Windows: Download and install from Ollama Website

  2. Pull and start the Ollama server:

    ollama pull llama3.2-vision:11b
    ollama serve
  3. Verify server status:

    curl http://localhost:11434/api/version