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

From OnnoWiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
  sudo su
 
  sudo su
  apt install curl
+
  apt install curl net-tools
  
  

Revision as of 18:03, 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

Download model LLama3

https://ollama.com/library/llama3

Run & download model

ollama run llama3


Referensi