Skip to content

Commit 75c6764

Browse files
authored
Fix typo in README.md
Minor typo `1.0` instead of `1.1` in tensor explanation
1 parent 18b2a7d commit 75c6764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ggml/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ following 2 ⨯ 2 tensor named `tensor_a0`:
119119
</table>
120120

121121
A simplification of the GGML representation of `tensor_a0` is
122-
`{"tensor_a0", [2, 2, 1, 1], [1.0, 0.0, 0.1, 1.0]}`. Note that the 4-element
122+
`{"tensor_a0", [2, 2, 1, 1], [1.0, 0.0, 0.1, 1.1]}`. Note that the 4-element
123123
list of dimensions uses `1` as a placeholder for unused dimensions - this is
124124
because the product of the dimensions should not equal zero.
125125

0 commit comments

Comments
 (0)