Get up and running with OpenAI gpt-oss, DeepSeek-R1, Gemma 3 and other models.
Go to file
Blake Mizerany 628f1feb36 build: back to taking manifests as []byte
Its nicer to have the manifests be an opaque []byte, rather than a
struct. This way users of the build package don't need to know about the
internal structure of the manifests. The registry can interpret the
manifests as it sees fit, while letting build keep its own Go type of
manifest which is easier to work with in the build package.
2024-04-01 23:18:58 -07:00
api build: cleanup error names and other things 2024-04-01 21:57:34 -07:00
build build: back to taking manifests as []byte 2024-04-01 23:18:58 -07:00
client/ollama client/ollama: make Error.Message optional 2024-03-31 11:12:50 -07:00
cmd init 2024-03-31 09:24:53 -07:00
encoding/gguf init 2024-03-31 09:24:53 -07:00
model init 2024-03-31 09:24:53 -07:00
oweb oweb: remove Fault 2024-03-31 15:00:25 -07:00
registry registry: add New and take a minio client as argument 2024-04-01 22:53:49 -07:00
types init 2024-03-31 09:24:53 -07:00
go.mod init 2024-03-31 09:24:53 -07:00
go.sum init 2024-03-31 09:24:53 -07:00