Ollama

From HyperSecurity Wiki
Revision as of 04:32, 22 January 2025 by Srapaz (talk | contribs) (More Information)
Jump to: navigation, search

Ollama is a locally based AI system.

Download

https://ollama.com/download

List Of Models

https://ollama.com/search

Commands

  • List installed models: ollama list
  • Install model: ollama pull llama3.1:latest
  • Run model: ollama run llama3.1:latest
  • Exit conversation: **`:quit`** or **`:exit`**
  • Stop Ollama: systemctl stop ollama
  • Start Ollama: systemctl start ollama
  • Restart Ollama: systemctl restart ollama

More Information