Difference between revisions of "LLM: ollama install ubuntu 24.04"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 11: | Line 11: | ||
curl -fsSL https://ollama.com/install.sh | sh | curl -fsSL https://ollama.com/install.sh | sh | ||
− | + | 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