mirror of
https://github.com/likelovewant/ollama-for-amd.git
synced 2025-12-21 14:26:30 +00:00
server: clean up manifest documentation (#12995)
Co-authored-by: pierwill <pierwill@users.noreply.github.com>
This commit is contained in:
@@ -4,9 +4,7 @@
|
|||||||
// # Manifests
|
// # Manifests
|
||||||
//
|
//
|
||||||
// A manifest is a JSON object that describes a model. The JSON object has a
|
// A manifest is a JSON object that describes a model. The JSON object has a
|
||||||
// single field "layers" which is a list of layers that make up the model. Each
|
// single field "layers" which is a list of layers that make up the model.
|
||||||
// layer has the following fields:
|
|
||||||
//
|
|
||||||
// A layer is a single, logical unit of a model. Layers are stored in the cache
|
// A layer is a single, logical unit of a model. Layers are stored in the cache
|
||||||
// as files with the name of the digest of the layer. Layers are pushed and
|
// as files with the name of the digest of the layer. Layers are pushed and
|
||||||
// pulled from the registry as blobs.
|
// pulled from the registry as blobs.
|
||||||
|
|||||||
Reference in New Issue
Block a user