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

From OnnoWiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
  curl -fsSL https://ollama.com/install.sh | sh
 
  curl -fsSL https://ollama.com/install.sh | sh
 
Download model LLama3
 
 
https://ollama.com/library/llama3
 
  
 
Run & download model
 
Run & download model

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

Run & download model

ollama run llama3


Referensi