Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
4cea757e
Unverified
Commit
4cea757e
authored
Nov 15, 2025
by
pierwill
Committed by
GitHub
Nov 15, 2025
Browse files
server: clean up manifest documentation (#12995)
Co-authored-by:
pierwill
<
pierwill@users.noreply.github.com
>
parent
a751bc15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
server/internal/manifest/manifest.go
server/internal/manifest/manifest.go
+1
-3
No files found.
server/internal/manifest/manifest.go
View file @
4cea757e
...
@@ -4,9 +4,7 @@
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment