Difference between revisions of "LLM: ollama install ubuntu 24.04"

From OnnoWiki
Jump to navigation Jump to search
Line 11: Line 11:
 
  curl -fsSL https://ollama.com/install.sh | sh
 
  curl -fsSL https://ollama.com/install.sh | sh
  
Run & download model
+
Sebagai user biasa run & download model
  
 
  ollama run llama3
 
  ollama run llama3

Revision as of 18:09, 14 July 2024

Sumber: https://www.jeremymorgan.com/blog/generative-ai/local-llm-ubuntu/

Install aplikasi pendukung

sudo su
apt install curl net-tools


Download

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

Sebagai user biasa run & download model

ollama run llama3


Referensi