Skip to content

Commit 0287c8d

Browse files
committed
docs(config): align example precision and format with spec table
Signed-off-by: Rishi Jat <rishijat098@gmail.com>
1 parent cf78357 commit 0287c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ Here is an example model artifact configuration JSON document:
204204
},
205205
"config": {
206206
"architecture": "transformer",
207-
"format": "pytorch",
207+
"format": "pt",
208208
"paramSize": "8b",
209-
"precision": "fp16",
209+
"precision": "float16",
210210
"quantization": "gptq",
211211
"capabilities": {
212212
"inputTypes": [

0 commit comments

Comments
 (0)