Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
Minor typo `1.0` instead of `1.1` in tensor explanation
  • Loading branch information
najielhachem authored Sep 18, 2023
1 parent 18b2a7d commit 75c6764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ggml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ following 2 ⨯ 2 tensor named `tensor_a0`:
</table>

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

Expand Down

0 comments on commit 75c6764

Please sign in to comment.