Skip to content

Commit 1bd16d3

Browse files
committed
fix: updating the specification file to correctly describe the application/vnd.cncf.model.weight.config.v1.raw mediaType
This commit makes changes to avoid repeatation of the `application/vnd.cncf.model.weight.config.v1.tar` into `application/vnd.cncf.model.weight.config.v1.raw` mediaType in spec.md file and uses the description provided in mediatype.go to provide right description. Signed-off-by: Ajit Kumar <[email protected]>
1 parent 59785a0 commit 1bd16d3

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)