Skip to content

Commit 707326b

Browse files
Update pkg/distribution/MODEL_TYPES.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 491326d commit 707326b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/distribution/MODEL_TYPES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ type Layer struct {
172172
| Format | Constant | Description |
173173
|--------|----------|-------------|
174174
| GGUF | `FormatGGUF` | llama.cpp quantized models |
175+
| Safetensors | `FormatSafetensors` | Hugging Face weights |
176+
| Diffusers | `FormatDiffusers` | Image generation models |
175177
| Safetensors | `FormatSafetensors` | HuggingFace weights |
176178
| Diffusers | `FormatDiffusers` | Image generation models |
177179

0 commit comments

Comments
 (0)