mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 15:57:04 +00:00
add llama.cpp go bindings
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Ollama
|
||||
|
||||
A fast runtime for large language models, powered by [llama.cpp](https://github.com/ggerganov/llama.cpp).
|
||||
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 `ollama` are intended for research and/or non-commercial use only._
|
||||
|
||||
@@ -38,6 +38,13 @@ Or directly via downloaded model files:
|
||||
ollama run ~/Downloads/orca-mini-13b.ggmlv3.q4_0.bin
|
||||
```
|
||||
|
||||
## Building
|
||||
|
||||
```
|
||||
go generate ./...
|
||||
go build .
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Development](docs/development.md)
|
||||
|
||||
Reference in New Issue
Block a user