OllamaClient.push

Uploads a model to the Ollama registry.

class OllamaClient
@safe
JSONValue
push
(
string name
,
bool stream = false
)

Parameters

name string

Model name to push.

stream bool

Whether to stream progress (not fully supported).

Return Value

Type: JSONValue

A JSONValue with push status.

Meta