Skip to content

Commit 3811f3e

Browse files
committed
Remove the recommendation for raw media types
Signed-off-by: Gorkem Ercan <[email protected]>
1 parent b1d3255 commit 3811f3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/spec.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,39 +42,39 @@ The image manifest of model artifacts follows the [OCI Image Manifest Specificat
4242

4343
Implementations SHOULD support the following media types:
4444

45-
- `application/vnd.cnai.model.weight.v1.raw`: The layer is an unarchived, uncompressed model weights file. If the model weight files are large, implementations are RECOMMENDED to use this media type.
45+
- `application/vnd.cnai.model.weight.v1.raw`: The layer is an unarchived, uncompressed model weights file.
4646

4747
- `application/vnd.cnai.model.weight.v1.tar`: The layer is a [tar archive][tar-archive] that contains the model weight file. If the model has multiple weight files, they SHOULD be packaged into separate layers.
4848

4949
- `application/vnd.cnai.model.weight.v1.tar+gzip`: The layer is a [tar archive][tar-archive] that includes the configuration file for the model weights. The archive is compressed with [gzip][rfc1952_2].
5050

5151
- `application/vnd.cnai.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.cnai.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. If the model weight config files are large, implementations are RECOMMENDED to use this media type.
53+
- `application/vnd.cnai.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.
5454

5555
- `application/vnd.cnai.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

5757
- `application/vnd.cnai.model.weight.config.v1.tar+gzip`: The layer is a [tar archive][tar-archive] that includes config of the model weights like tokenizer.json, config.json, etc. The archive is compressed with [gzip][rfc1952_2].
5858

5959
- `application/vnd.cnai.model.weight.config.v1.tar+zstd`: The layer is a [tar archive][tar-archive] that includes config of the model weights like tokenizer.json, config.json, etc. The archive is compressed with [zstd][rfc8478].
6060

61-
- `application/vnd.cnai.model.doc.v1.raw`: The layer is an unarchived, uncompressed documentation file. If the documentation files are large, implementations are RECOMMENDED to use this media type.
61+
- `application/vnd.cnai.model.doc.v1.raw`: The layer is an unarchived, uncompressed documentation file.
6262

6363
- `application/vnd.cnai.model.doc.v1.tar`: The layer is a [tar archive][tar-archive] that includes documentation files like `README.md`, `LICENSE`, etc.
6464

6565
- `application/vnd.cnai.model.doc.v1.tar+gzip`: The layer is a [tar archive][tar-archive] that includes documentation files like `README.md`, `LICENSE`, etc. The archive is compressed with [gzip][rfc1952_2].
6666

6767
- `application/vnd.cnai.model.doc.v1.tar+zstd`: The layer is a [tar archive][tar-archive] that includes documentation files like `README.md`, `LICENSE`, etc. The archive is compressed with [zstd][rfc8478].
6868

69-
- `application/vnd.cnai.model.code.v1.raw`: The layer is an unarchived, uncompressed code artifact. If the code files are large, implementations are RECOMMENDED to use this media type.
69+
- `application/vnd.cnai.model.code.v1.raw`: The layer is an unarchived, uncompressed code artifact.
7070

7171
- `application/vnd.cnai.model.code.v1.tar`: The layer is a [tar archive][tar-archive] that includes code artifacts like scripts, code files etc.
7272

7373
- `application/vnd.cnai.model.code.v1.tar+gzip`: The layer is a [tar archive][tar-archive] that includes code artifacts like scripts, code files etc. The archive is compressed with [gzip][rfc1952_2].
7474

7575
- `application/vnd.cnai.model.code.v1.tar+zstd`: The layer is a [tar archive][tar-archive] that includes code artifacts like scripts, code files etc. The archive is compressed with [zstd][rfc8478].
7676

77-
- `application/vnd.cnai.model.dataset.v1.raw`: The layer is an unarchived, uncompressed dataset. If the dataset files are large, implementations are RECOMMENDED to use this media type.
77+
- `application/vnd.cnai.model.dataset.v1.raw`: The layer is an unarchived, uncompressed dataset.
7878

7979
- `application/vnd.cnai.model.dataset.v1.tar`: The layer is a [tar archive][tar-archive] that includes datasets that may be needed for the lifecycle of AI/ML models.
8080

0 commit comments

Comments
 (0)