Skip to content

Commit a5c6141

Browse files
Update guides/md/quantization/overview.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 23fba61 commit a5c6141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/md/quantization/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ input_shape = (10,)
118118
layer = layers.Dense(32, activation="relu", input_shape=input_shape)
119119
layer.build(input_shape)
120120

121-
layer.quantize("int4") # or "int8", "float8", etc.
121+
layer.quantize("int4") # Or "int8", "float8", etc.
122122
```
123123

124124
### When to use layer-wise quantization

0 commit comments

Comments
 (0)