From 1bd16d388c8dba557b6d95813cefde79dbd92d63 Mon Sep 17 00:00:00 2001 From: Ajit Kumar Date: Thu, 23 Oct 2025 21:57:51 +0530 Subject: [PATCH] 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 --- docs/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec.md b/docs/spec.md index 758a714..4072e80 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -50,7 +50,7 @@ The image manifest of model artifacts follows the [OCI Image Manifest Specificat - `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]. - - `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. + - `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. - `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.