mirror of
https://github.com/cloudstack-llc/ollama.git
synced 2026-07-21 01:55:23 -04:00
fd962a36e5201216932b3ca2b73c307c89f6d0e6
Ollama
An easy, fast runtime for large language models, powered by llama.cpp.
Note: this project is a work in progress. Certain models that can be run with
ollamaare intended for research and/or non-commercial use only.
Install
Using pip:
pip install ollama
Using docker:
docker run ollama/ollama
Quickstart
To run a model, use ollama run:
ollama run orca-mini-3b
You can also run models from hugging face:
ollama run huggingface.co/TheBloke/orca_mini_3B-GGML
Or directly via downloaded model files:
ollama run ~/Downloads/orca-mini-13b.ggmlv3.q4_0.bin
Building
go generate ./...
go build .
Documentation
Languages
Go
90.7%
C
3.4%
Shell
1.7%
TypeScript
1.3%
Makefile
0.9%
Other
1.8%