Skip to content

Commit 816c546

Browse files
authored
Merge pull request #133 from ajit3259/main
fix: updating the specification file to correctly describe the `application/vnd.cncf.model.weight.config.v1.raw` mediaType
2 parents 59785a0 + 1bd16d3 commit 816c546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The image manifest of model artifacts follows the [OCI Image Manifest Specificat
5050

5151
- `application/vnd.cncf.model.weight.v1.tar+zstd`: The layer is a [tar archive][tar-archive] that includes the configuration file for the model weights. The archive is compressed with [zstd][rfc8478].
5252

53-
- `application/vnd.cncf.model.weight.config.v1.raw`: The layer is a [tar archive][tar-archive] that includes config of the model weights like tokenizer.json, config.json, etc.
53+
- `application/vnd.cncf.model.weight.config.v1.raw`: The layer is an unarchived, uncompressed config of the model weights like tokenizer.json, config.json, etc.
5454

5555
- `application/vnd.cncf.model.weight.config.v1.tar`: The layer is a [tar archive][tar-archive] that includes config of the model weights like tokenizer.json, config.json, etc.
5656

0 commit comments

Comments
 (0)