"examples/cpp/hello_world/trace_model.py" did not exist on "b1ae9a231b30d38cd729bdae434a3a09a5e23350"
Unverified Commit 4cea757e authored by pierwill's avatar pierwill Committed by GitHub
Browse files

server: clean up manifest documentation (#12995)


Co-authored-by: default avatarpierwill <pierwill@users.noreply.github.com>
parent a751bc15
......@@ -4,9 +4,7 @@
// # Manifests
//
// 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
// layer has the following fields:
//
// single field "layers" which is a list of layers that make up the model.
// 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
// pulled from the registry as blobs.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment